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
1043 quotatype_bits = 0; in parse_extended_opts()
1044 ret = parse_quota_types(arg, &quotatype_bits, &errtok); in parse_extended_opts()
2368 if (quotatype_bits & QUOTA_PRJ_BIT) in PRS()
2372 quotatype_bits |= QUOTA_PRJ_BIT; in PRS()
2777 retval = quota_init_context(&qctx, fs, quotatype_bits); in create_quota_inodes()
2784 retval = quota_write_inode(qctx, quotatype_bits); in create_quota_inodes()
/external/f2fs-tools/mkfs/
Df2fs_format.c38 static unsigned int quotatype_bits = 0; variable
445 quotatype_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in f2fs_prepare_super_block()
447 quotatype_bits |= QUOTA_PRJ_BIT; in f2fs_prepare_super_block()
451 if (!((1 << qtype) & quotatype_bits)) in f2fs_prepare_super_block()