Searched refs:BLOCK_FLAG_DEPTH_TRAVERSE (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c68 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))) {
H A Dbb_inode.c85 BLOCK_FLAG_DEPTH_TRAVERSE, 0,
H A Dext2fs.h307 * BLOCK_FLAG_DEPTH_TRAVERSE indicates that the iterator function for
324 #define BLOCK_FLAG_DEPTH_TRAVERSE 2 macro
/external/e2fsprogs/e2fsck/
H A Dsuper.c185 retval = ext2fs_block_iterate3(fs, ino, BLOCK_FLAG_DEPTH_TRAVERSE,

Completed in 50 milliseconds