Home
last modified time | relevance | path

Searched refs:BMAP_ALLOC (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dbmap.c68 if (!b && (flags & BMAP_ALLOC)) { in block_ind_bmap()
239 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in extent_bmap()
349 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
366 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
391 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
415 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
Dfileio.c139 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush()
307 file->ino ? BMAP_ALLOC : 0, in ext2fs_file_write()
Dext2fs.h517 #define BMAP_ALLOC 0x0001 macro
/external/e2fsprogs/
DRELEASE-NOTES2636 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based