[−][src]Function nix::sys::quota::quotactl_get
pub fn quotactl_get<P: ?Sized + NixPath>(
which: QuotaType,
special: &P,
id: c_int
) -> Result<Dqblk>
Get disk quota limits and current usage for the given user/group id.
pub fn quotactl_get<P: ?Sized + NixPath>(
which: QuotaType,
special: &P,
id: c_int
) -> Result<Dqblk>
Get disk quota limits and current usage for the given user/group id.