Searched refs:quota_bits (Results 1 – 3 of 3) sorted by relevance
170 c.quota_bits = QUOTA_USR_BIT | QUOTA_GRP_BIT; in add_default_options()173 c.quota_bits |= QUOTA_PRJ_BIT; in add_default_options()
525 if (!((1 << qtype) & c.quota_bits)) in f2fs_prepare_super_block()880 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()973 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()1006 if (!((1 << qtype) & c.quota_bits)) in f2fs_write_check_point_pack()1452 if (!((1 << qtype) & c.quota_bits)) in f2fs_update_nat_root()1699 if (!((1 << qtype) & c.quota_bits)) in f2fs_create_root_dir()
528 unsigned int quota_bits; /* quota bits */ member