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

  /external/e2fsprogs/e2fsck/
pass4.c 175 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
unix.c 717 if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
727 ctx->options |= E2F_OPT_NO;
730 if (ctx->options & (E2F_OPT_PREEN|E2F_OPT_NO))
820 if ((ctx->options & E2F_OPT_NO) &&
826 if ((ctx->options & E2F_OPT_NO) && cflag) {
831 if ((ctx->options & E2F_OPT_NO) && bad_blocks_file) {
836 if (ctx->options & E2F_OPT_NO)
1031 !(ctx->options & E2F_OPT_NO) &&
    [all...]
e2fsck.h 149 #define E2F_OPT_NO 0x0008
problem.c     [all...]
util.c 198 if (ctx->options & E2F_OPT_NO) {
rehash.c 779 if (ctx->options & E2F_OPT_NO) {
pass1.c 571 !(ctx->options & E2F_OPT_NO)) {
    [all...]

Completed in 221 milliseconds