Function nix::sys::quota::quotactl_sync
pub fn quotactl_sync<P: ?Sized + NixPath>(which: QuotaType, special: Option<&P>) -> Result<()>
Documentation
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.