Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ubifs/
A Dsb.c179 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
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()
736 c->encrypted = !!(sup_flags & UBIFS_FLG_ENCRYPTION); in ubifs_read_superblock()
742 if ((sup_flags & ~UBIFS_FLG_MASK) != 0) { in ubifs_read_superblock()
[all …]
A Ddebug.c353 unsigned int sup_flags = le32_to_cpu(sup->flags); in ubifs_dump_node() local
359 pr_err("\tflags %#x\n", sup_flags); in ubifs_dump_node()
361 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()
363 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()
/linux-6.3-rc2/include/uapi/linux/
A 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-6.3-rc2/fs/nilfs2/
A Dsufile.c913 || (sup->sup_flags & in nilfs_sufile_set_suinfo()

Completed in 11 milliseconds