pub fn quotactl_sync<P>(
    which: QuotaType,
    special: Option<&P>
) -> Result<(), Errno> where
    P: NixPath + ?Sized
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.