Searched refs:quotatype_bits (Results 1 – 2 of 2) sorted by relevance
102 static unsigned int quotatype_bits = (QUOTA_USR_BIT | QUOTA_GRP_BIT); variable1045 quotatype_bits = 0; in parse_extended_opts()1046 ret = parse_quota_types(arg, "atype_bits, &errtok); in parse_extended_opts()2443 if (quotatype_bits & QUOTA_PRJ_BIT) in PRS()2447 quotatype_bits |= QUOTA_PRJ_BIT; in PRS()2852 retval = quota_init_context(&qctx, fs, quotatype_bits); in create_quota_inodes()2859 retval = quota_write_inode(qctx, quotatype_bits); in create_quota_inodes()
41 static unsigned int quotatype_bits = 0; variable502 quotatype_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in f2fs_prepare_super_block()504 quotatype_bits |= QUOTA_PRJ_BIT; in f2fs_prepare_super_block()508 if (!((1 << qtype) & quotatype_bits)) in f2fs_prepare_super_block()