Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Djail.h234 #define PR_ALLOW_QUOTAS 0x00000020 macro
/f-stack/freebsd/kern/
H A Dkern_jail.c201 {"allow.quotas", "allow.noquotas", PR_ALLOW_QUOTAS},
H A Dvfs_syscalls.c199 if (!prison_allow(td->td_ucred, PR_ALLOW_QUOTAS)) in sys_quotactl()