Searched refs:vfs_quotactl_get (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/compat/common/ |
H A D | compat_50_quota.c | 113 error = vfs_quotactl_get(mp, &key, &blocks); in compat_50_sys_quotactl() 119 error = vfs_quotactl_get(mp, &key, &files); in compat_50_sys_quotactl()
|
/netbsd-src/sys/kern/ |
H A D | vfs_quotactl.c | 72 vfs_quotactl_get(struct mount *mp, const struct quotakey *key, in vfs_quotactl_get() function
|
H A D | vfs_syscalls.c | 923 error = vfs_quotactl_get(mp, &key_k, &val_k); in do_sys_quotactl_put()
|
/netbsd-src/sys/sys/ |
H A D | mount.h | 410 int vfs_quotactl_get(struct mount *, const struct quotakey *,
|