Searched refs:QUOTA_GRP_BIT (Results 1 – 6 of 6) sorted by relevance
27 #define QUOTA_GRP_BIT (1 << GRPQUOTA) macro29 #define QUOTA_ALL_BIT (QUOTA_USR_BIT | QUOTA_GRP_BIT | QUOTA_PRJ_BIT)
49 qtype &= ~QUOTA_GRP_BIT; in parse_quota_types()51 qtype |= QUOTA_GRP_BIT; in parse_quota_types()
58 #define QUOTA_GRP_BIT (1 << GRPQUOTA) macro60 #define QUOTA_ALL_BIT (QUOTA_USR_BIT | QUOTA_GRP_BIT | QUOTA_PRJ_BIT)
51 #define QUOTA_GRP_BIT (1 << GRPQUOTA) macro53 #define QUOTA_ALL_BIT (QUOTA_USR_BIT | QUOTA_GRP_BIT | QUOTA_PRJ_BIT)
445 quotatype_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in f2fs_prepare_super_block()
102 static unsigned int quotatype_bits = (QUOTA_USR_BIT | QUOTA_GRP_BIT);