Searched refs:BLOCK_FLAG_DATA_ONLY (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c69 !(ctx->flags & BLOCK_FLAG_DATA_ONLY)) {
136 !(ctx->flags & BLOCK_FLAG_DATA_ONLY) &&
158 BLOCK_FLAG_DATA_ONLY))) {
222 !(ctx->flags & BLOCK_FLAG_DATA_ONLY) &&
244 BLOCK_FLAG_DATA_ONLY))) {
308 !(ctx->flags & BLOCK_FLAG_DATA_ONLY) &&
376 !(flags & BLOCK_FLAG_DATA_ONLY)) {
437 if (ctx.flags & BLOCK_FLAG_DATA_ONLY)
H A Dext2fs.h313 * BLOCK_FLAG_DATA_ONLY indicates that the iterator function should be
325 #define BLOCK_FLAG_DATA_ONLY 4 macro

Completed in 158 milliseconds