Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dnilfs2_api.h104 __u32 sup_flags; member
120 sup->sup_flags |= 1UL << NILFS_SUINFO_UPDATE_##flag; \
125 sup->sup_flags &= ~(1UL << NILFS_SUINFO_UPDATE_##flag); \
130 return !!(sup->sup_flags & (1UL << NILFS_SUINFO_UPDATE_##flag));\
/linux-4.19.296/fs/ubifs/
Dsb.c94 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; in create_default_filesystem() local
178 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
179 sup_flags |= UBIFS_FLG_DOUBLE_HASH; in create_default_filesystem()
183 sup->flags = cpu_to_le32(sup_flags); in create_default_filesystem()
556 int err, sup_flags; in ubifs_read_superblock() local
643 sup_flags = le32_to_cpu(sup->flags); in ubifs_read_superblock()
649 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
650 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
651 c->double_hash = !!(sup_flags & UBIFS_FLG_DOUBLE_HASH); in ubifs_read_superblock()
652 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
[all …]
Ddebug.c333 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node() local
339 pr_err("\tflags %#x\n", sup_flags); in ubifs_dump_node()
341 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()
343 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()
/linux-4.19.296/fs/nilfs2/
Dsufile.c925 || (sup->sup_flags & in nilfs_sufile_set_suinfo()