OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:restrictions
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libquota/
quota_cursor.c
44
unsigned
restrictions
;
local in function:quota_opencursor
53
restrictions
= QUOTA_RESTRICT_NEEDSQUOTACHECK;
57
restrictions
= __quota_kernel_getrestrictions(qh);
69
if ((
restrictions
& QUOTA_RESTRICT_NEEDSQUOTACHECK) != 0 &&
83
if ((
restrictions
& QUOTA_RESTRICT_NEEDSQUOTACHECK) != 0) {
/src/usr.sbin/quotaon/
quotaon.c
84
unsigned
restrictions
;
local in function:main
167
restrictions
= quota_getrestrictions(qh);
168
if ((
restrictions
& QUOTA_RESTRICT_NEEDSQUOTACHECK) == 0) {
/src/usr.sbin/edquota/
edquota.c
449
unsigned
restrictions
;
local in function:getprivs2
472
restrictions
= quota_getrestrictions(qh);
473
if ((
restrictions
& QUOTA_RESTRICT_UNIFORMGRACE) == 0) {
Completed in 14 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025