Searched refs:quota_bits (Results 1 – 3 of 3) sorted by relevance
172 c.quota_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in add_default_options()175 c.quota_bits |= QUOTA_PRJ_BIT; in add_default_options()
527 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()
524 unsigned int quota_bits; /* quota bits */ member