Home
last modified time | relevance | path

Searched refs:quotatype_bits (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
Dmke2fs.c102 static unsigned int quotatype_bits = (QUOTA_USR_BIT | QUOTA_GRP_BIT); variable
1045 quotatype_bits = 0; in parse_extended_opts()
1046 ret = parse_quota_types(arg, &quotatype_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()
/external/f2fs-tools/mkfs/
Df2fs_format.c41 static unsigned int quotatype_bits = 0; variable
502 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()