Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dunix.c731 ctx->options |= E2F_OPT_ICOUNT_FULLMAP; in parse_extended_opts()
734 ctx->options &= ~E2F_OPT_ICOUNT_FULLMAP; in parse_extended_opts()
1069 ctx->options |= E2F_OPT_ICOUNT_FULLMAP; in PRS()
De2fsck.h178 #define E2F_OPT_ICOUNT_FULLMAP 0x20000 /* use an array for inode counts */ macro
Dpass1.c838 if (ctx->options & E2F_OPT_ICOUNT_FULLMAP) in e2fsck_setup_icount()