Lines Matching refs:sup_flags
85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
179 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
181 sup_flags |= UBIFS_FLG_DOUBLE_HASH; in create_default_filesystem()
184 sup_flags |= UBIFS_FLG_AUTHENTICATION; in create_default_filesystem()
195 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem()
543 unsigned int sup_flags = le32_to_cpu(sup->flags); in authenticate_sb_node() local
545 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node()
638 int err, sup_flags; in ubifs_read_superblock() local
727 sup_flags = le32_to_cpu(sup->flags); in ubifs_read_superblock()
733 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
734 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
735 c->double_hash = !!(sup_flags & UBIFS_FLG_DOUBLE_HASH); in ubifs_read_superblock()
736 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
742 if ((sup_flags & ~UBIFS_FLG_MASK) != 0) { in ubifs_read_superblock()
744 sup_flags & ~UBIFS_FLG_MASK); in ubifs_read_superblock()