Home
last modified time | relevance | path

Searched refs:UBIFS_FLG_BIGLPT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dubifs-media.h432 UBIFS_FLG_BIGLPT = 0x02, enumerator
439 #define UBIFS_FLG_MASK (UBIFS_FLG_BIGLPT | UBIFS_FLG_SPACE_FIXUP | \
H A Dsb.c176 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
730 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
H A Ddebug.c331 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs-media.h403 UBIFS_FLG_BIGLPT = 0x02, enumerator
H A Dsb.c163 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
630 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
H A Ddebug.c340 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()