HomeSort by relevance Sort by last modified time
    Searched refs:E2F_OPT_CONVERT_BMAP (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/e2fsck/
e2fsck.h 170 #define E2F_OPT_CONVERT_BMAP 0x4000 /* convert blockmap to extent */
extents.c 426 (ctx->options & E2F_OPT_CONVERT_BMAP)) {
unix.c 719 ctx->options |= E2F_OPT_CONVERT_BMAP;
989 if ((ctx->options & E2F_OPT_CONVERT_BMAP) &&
    [all...]
rehash.c 895 if (ctx->options & E2F_OPT_CONVERT_BMAP)
super.c 638 if (ctx->options & E2F_OPT_CONVERT_BMAP) {
pass1.c     [all...]

Completed in 86 milliseconds