Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dubifs-media.h426 UBIFS_FLG_BIGLPT = 0x02, enumerator
432 #define UBIFS_FLG_MASK (UBIFS_FLG_BIGLPT|UBIFS_FLG_SPACE_FIXUP|UBIFS_FLG_DOUBLE_HASH|UBIFS_FLG_ENCR…
Dsb.c167 sup_flags |= UBIFS_FLG_BIGLPT; in create_default_filesystem()
638 c->big_lpt = !!(sup_flags & UBIFS_FLG_BIGLPT); in ubifs_read_superblock()
Ddebug.c341 !!(sup_flags & UBIFS_FLG_BIGLPT)); in ubifs_dump_node()