Searched refs:sup_flags (Results 1 – 2 of 2) sorted by relevance
80 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local162 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()166 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem()526 int err, sup_flags; in ubifs_read_superblock() local623 sup_flags = le32_to_cpu(sup->flags); in ubifs_read_superblock()629 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()630 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
331 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node() local337 pr_err("\tflags %#x\n", sup_flags); in ubifs_dump_node()339 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()341 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()