Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs-media.h404 UBIFS_FLG_SPACE_FIXUP = 0x04, enumerator
H A Dsb.c631 c->space_fixup = !!(sup_flags & UBIFS_FLG_SPACE_FIXUP); in ubifs_read_superblock()
811 sup->flags &= cpu_to_le32(~UBIFS_FLG_SPACE_FIXUP); in ubifs_fixup_free_space()
H A Ddebug.c342 !!(sup_flags & UBIFS_FLG_SPACE_FIXUP)); in ubifs_dump_node()