OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUOTA_GRP_BIT
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/support/
parse_qtype.c
49
qtype &= ~
QUOTA_GRP_BIT
;
51
qtype |=
QUOTA_GRP_BIT
;
quotaio.h
58
#define
QUOTA_GRP_BIT
(1 << GRPQUOTA)
60
#define QUOTA_ALL_BIT (QUOTA_USR_BIT |
QUOTA_GRP_BIT
| QUOTA_PRJ_BIT)
/external/e2fsprogs/misc/
mke2fs.c
99
static unsigned int quotatype_bits = (QUOTA_USR_BIT |
QUOTA_GRP_BIT
);
[
all
...]
Completed in 236 milliseconds