Home
last modified time | relevance | path

Searched refs:vfs_quotactl_get (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dcompat_50_quota.c113 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 Dvfs_quotactl.c72 vfs_quotactl_get(struct mount *mp, const struct quotakey *key, in vfs_quotactl_get() function
H A Dvfs_syscalls.c923 error = vfs_quotactl_get(mp, &key_k, &val_k); in do_sys_quotactl_put()
/netbsd-src/sys/sys/
H A Dmount.h410 int vfs_quotactl_get(struct mount *, const struct quotakey *,