Searched refs:BMAP_ALLOC (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c68 if (!b && (flags & BMAP_ALLOC)) {
239 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) {
349 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) {
366 if (!(bmap_flags & BMAP_ALLOC)) {
391 if (!(bmap_flags & BMAP_ALLOC)) {
415 if (!(bmap_flags & BMAP_ALLOC)) {
H A Dfileio.c139 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0,
307 file->ino ? BMAP_ALLOC : 0,
H A Dext2fs.h517 #define BMAP_ALLOC 0x0001 macro

Completed in 453 milliseconds