Lines Matching refs:sup_flags
82 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
176 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
178 sup_flags |= UBIFS_FLG_DOUBLE_HASH; in create_default_filesystem()
181 sup_flags |= UBIFS_FLG_AUTHENTICATION; in create_default_filesystem()
192 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem()
540 unsigned int sup_flags = le32_to_cpu(sup->flags); in authenticate_sb_node() local
542 int authenticated = !!(sup_flags & UBIFS_FLG_AUTHENTICATION); in authenticate_sb_node()
635 int err, sup_flags; in ubifs_read_superblock() local
724 sup_flags = le32_to_cpu(sup->flags); in ubifs_read_superblock()
730 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
731 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
732 c->double_hash = !!(sup_flags & UBIFS_FLG_DOUBLE_HASH); in ubifs_read_superblock()
733 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
739 if ((sup_flags & ~UBIFS_FLG_MASK) != 0) { in ubifs_read_superblock()
741 sup_flags & ~UBIFS_FLG_MASK); in ubifs_read_superblock()