Home
last modified time | relevance | path

Searched refs:BLOCK_ALLOC_DATA (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c80 if (e && e->head && ctx && (ctx->flags & BLOCK_ALLOC_DATA)) { in basefs_block_allocator()
/external/e2fsprogs/lib/ext2fs/
Dbmap.c253 alloc_ctx.flags = BLOCK_ALLOC_DATA; in extent_bmap()
316 .flags = BLOCK_ALLOC_DATA, in ext2fs_bmap2()
Dext2fs.h362 #define BLOCK_ALLOC_DATA 1 macro