Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dinit_sysent.c217 { .sy_narg = AS(quotactl_args), .sy_call = (sy_call_t *)sys_quotactl, .sy_auevent = AUE_QUOTACTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 148 = quotactl */
H A Dvfs_syscalls.c189 sys_quotactl(struct thread *td, struct quotactl_args *uap) in sys_quotactl() function
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c218 { .sy_narg = AS(quotactl_args), .sy_call = (sy_call_t *)sys_quotactl, .sy_auevent = AUE_QUOTACTL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 148 = quotactl */
/freebsd/sys/sys/
H A Dsysproto.h1998 int sys_quotactl(struct thread *, struct quotactl_args *);