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

  /external/e2fsprogs/lib/ext2fs/
block.c 67 if (!(ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
126 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
144 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
205 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
223 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
284 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
409 !(ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE)) ||
412 (ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE))) {
bb_inode.c 86 BLOCK_FLAG_DEPTH_TRAVERSE, 0,
ext2fs.h 263 * BLOCK_FLAG_DEPTH_TRAVERSE indicates that the iterator function for
280 #define BLOCK_FLAG_DEPTH_TRAVERSE 2
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 183 retval = ext2fs_block_iterate2(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE,

Completed in 25 milliseconds