Home
last modified time | relevance | path

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

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