Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c67 if (ctx->options & E2F_OPT_COMPRESS_DIRS) in e2fsck_dir_will_be_rehashed()
985 all_dirs = ctx->options & E2F_OPT_COMPRESS_DIRS; in e2fsck_rehash_directories()
Dunix.c865 ctx->options |= E2F_OPT_COMPRESS_DIRS; in PRS()
982 (ctx->options & E2F_OPT_COMPRESS_DIRS)) { in PRS()
1015 if ((ctx->options & E2F_OPT_COMPRESS_DIRS) && in PRS()
De2fsck.h167 #define E2F_OPT_COMPRESS_DIRS 0x0400 macro