Function nix::sys::quota::quotactl_sync[][src]

pub fn quotactl_sync<P: ?Sized + NixPath>(
    which: QuotaType,
    special: Option<&P>
) -> Result<()>
Expand description

Update the on-disk copy of quota usages for a filesystem.

If special is None, then all file systems with active quotas are sync’d.