Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dunix.c728 ctx->options |= E2F_OPT_ICOUNT_FULLMAP; in parse_extended_opts()
731 ctx->options &= ~E2F_OPT_ICOUNT_FULLMAP; in parse_extended_opts()
1050 ctx->options |= E2F_OPT_ICOUNT_FULLMAP; in PRS()
De2fsck.h174 #define E2F_OPT_ICOUNT_FULLMAP 0x20000 /* use an array for inode counts */ macro
Dpass1.c845 if (ctx->options & E2F_OPT_ICOUNT_FULLMAP) in e2fsck_setup_icount()