Home
last modified time | relevance | path

Searched refs:quota_bits (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/mkfs/
Df2fs_format_main.c172 c.quota_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in add_default_options()
175 c.quota_bits |= QUOTA_PRJ_BIT; in add_default_options()
Df2fs_format.c527 if (!((1 << qtype) & c.quota_bits)) in f2fs_prepare_super_block()
874 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()
967 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()
1000 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()
1446 if (!((1 << qtype) & c.quota_bits)) in f2fs_update_nat_root()
1693 if (!((1 << qtype) & c.quota_bits)) in f2fs_create_root_dir()
/third_party/f2fs-tools/include/
Df2fs_fs.h524 unsigned int quota_bits; /* quota bits */ member