Home
last modified time | relevance | path

Searched refs:UBIFS_FLG_SPACE_FIXUP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs-media.h425 * UBIFS_FLG_SPACE_FIXUP: first-mount "fixup" of free space within LEBs needed
433 UBIFS_FLG_SPACE_FIXUP = 0x04, enumerator
439 #define UBIFS_FLG_MASK (UBIFS_FLG_BIGLPT | UBIFS_FLG_SPACE_FIXUP | \
H A Dsb.c731 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
919 sup->flags &= cpu_to_le32(~UBIFS_FLG_SPACE_FIXUP); in ubifs_fixup_free_space()
H A Ddebug.c363 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs-media.h425 * UBIFS_FLG_SPACE_FIXUP: first-mount "fixup" of free space within LEBs needed
433 UBIFS_FLG_SPACE_FIXUP = 0x04, enumerator
439 #define UBIFS_FLG_MASK (UBIFS_FLG_BIGLPT | UBIFS_FLG_SPACE_FIXUP | \
H A Dsb.c734 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
922 sup->flags &= cpu_to_le32(~UBIFS_FLG_SPACE_FIXUP); in ubifs_fixup_free_space()
H A Ddebug.c363 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()

Completed in 12 milliseconds