pub fn quotactl_get<P>(
    which: QuotaType,
    special: &P,
    id: i32
) -> Result<Dqblk, Errno> where
    P: NixPath + ?Sized
Expand description

Get disk quota limits and current usage for the given user/group id.