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

  /src/sys/compat/common/
compat_50_quota.c 113 error = vfs_quotactl_get(mp, &key, &blocks);
119 error = vfs_quotactl_get(mp, &key, &files);
  /src/sys/kern/
vfs_quotactl.c 72 vfs_quotactl_get(struct mount *mp, const struct quotakey *key, function
vfs_syscalls.c 926 error = vfs_quotactl_get(mp, &key_k, &val_k);
  /src/sys/sys/
mount.h 410 int vfs_quotactl_get(struct mount *, const struct quotakey *,

Completed in 22 milliseconds