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) &&
127 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
145 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
206 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
224 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
285 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
410 !(ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE)) ||
413 (ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE))) {
bb_inode.c 86 BLOCK_FLAG_DEPTH_TRAVERSE, 0,
ext2fs.h 273 * BLOCK_FLAG_DEPTH_TRAVERSE indicates that the iterator function for
290 #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 41 milliseconds