Searched refs:sys_quotactl (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | init_sysent.c | 217 { .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 D | vfs_syscalls.c | 189 sys_quotactl(struct thread *td, struct quotactl_args *uap) in sys_quotactl() function
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 218 { .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 D | sysproto.h | 1998 int sys_quotactl(struct thread *, struct quotactl_args *);
|