Home
last modified time | relevance | path

Searched refs:do_sys_quotactl (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/sys/
Dvfs_syscalls.h81 int do_sys_quotactl(const char *, const struct quotactl_args *);
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_quota.c141 return do_sys_quotactl(SCARG_P32(uap, path), &args); in netbsd32___quotactl()
/netbsd/src/sys/kern/
Dvfs_syscalls.c1158 do_sys_quotactl(const char *path_u, const struct quotactl_args *args) in do_sys_quotactl() function
1261 return do_sys_quotactl(SCARG(uap, path), &args); in sys___quotactl()