Home
last modified time | relevance | path

Searched refs:sup_flags (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dsb.c81 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
163 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() local
624 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()
H A Ddebug.c332 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node() local
338 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()