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 68 if (!(ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
135 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
157 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
221 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
243 if (!(ctx->flags & (BLOCK_FLAG_DEPTH_TRAVERSE |
307 if ((ctx->flags & BLOCK_FLAG_DEPTH_TRAVERSE) &&
441 !(ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE)) ||
444 (ctx.flags & BLOCK_FLAG_DEPTH_TRAVERSE))) {
bb_inode.c 85 BLOCK_FLAG_DEPTH_TRAVERSE, 0,
ext2fs.h 307 * BLOCK_FLAG_DEPTH_TRAVERSE indicates that the iterator function for
324 #define BLOCK_FLAG_DEPTH_TRAVERSE 2
    [all...]
  /external/e2fsprogs/e2fsck/
super.c 185 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE,

Completed in 32 milliseconds