HomeSort by: relevance | last modified time | path
    Searched refs:vfs_quotactl_put (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/common/
compat_50_quota.c 139 error = vfs_quotactl_put(mp, &key, &blocks);
145 error = vfs_quotactl_put(mp, &key, &files);
  /src/sys/kern/
vfs_quotactl.c 84 vfs_quotactl_put(struct mount *mp, const struct quotakey *key, function in typeref:typename:int
vfs_syscalls.c 951 return vfs_quotactl_put(mp, &key_k, &val_k);
  /src/sys/sys/
mount.h 412 int vfs_quotactl_put(struct mount *, const struct quotakey *,

Completed in 15 milliseconds