Home
last modified time | relevance | path

Searched refs:UBIFS_FLG_SPACE_FIXUP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dubifs-media.h427 UBIFS_FLG_SPACE_FIXUP = 0x04, enumerator
432 #define UBIFS_FLG_MASK (UBIFS_FLG_BIGLPT|UBIFS_FLG_SPACE_FIXUP|UBIFS_FLG_DOUBLE_HASH|UBIFS_FLG_ENCR…
Dsb.c639 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
835 sup->flags &= cpu_to_le32(~UBIFS_FLG_SPACE_FIXUP); in ubifs_fixup_free_space()
Ddebug.c343 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()