Home
last modified time | relevance | path

Searched refs:E2F_OPT_UNSHARE_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dpass1b.c250 (ctx->options & E2F_OPT_UNSHARE_BLOCKS)) { in e2fsck_pass1_dupblocks()
604 if ((ctx->options & E2F_OPT_UNSHARE_BLOCKS) || in pass1d()
617 if (!(ctx->options & E2F_OPT_UNSHARE_BLOCKS) && in pass1d()
813 (ctx->options & E2F_OPT_UNSHARE_BLOCKS) && in clone_file_block()
De2fsck.h179 #define E2F_OPT_UNSHARE_BLOCKS 0x40000 macro
Dunix.c755 ctx->options |= E2F_OPT_UNSHARE_BLOCKS; in parse_extended_opts()
2016 (ctx->options & E2F_OPT_UNSHARE_BLOCKS) && in main()
Dpass1.c2299 !(ctx->options & E2F_OPT_UNSHARE_BLOCKS)) { in mark_block_used()