Searched refs:sup_flags (Results 1 – 2 of 2) sorted by relevance
81 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local163 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()167 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem()527 int err, sup_flags; in ubifs_read_superblock() local624 sup_flags = le32_to_cpu(sup->flags); in ubifs_read_superblock()630 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()631 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
332 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node() local338 pr_err("\tflags %#x\n", sup_flags); in ubifs_dump_node()340 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()342 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()