Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dbmap.c69 if (!b && (flags & BMAP_ALLOC)) { in block_ind_bmap()
242 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in extent_bmap()
373 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
393 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
421 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
448 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
Dfileio.c158 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush()
434 file->ino ? BMAP_ALLOC : 0, in ext2fs_file_write()
Dfallocate.c848 BMAP_ALLOC | BMAP_UNINIT | BMAP_ZERO, blk, in ext2fs_fallocate()
Dext2fs.h555 #define BMAP_ALLOC 0x0001 macro
/external/e2fsprogs/debugfs/
Ddebugfs.c2009 flags |= BMAP_ALLOC; in do_bmap()
2038 if (flags & BMAP_ALLOC) { in do_bmap()
Dset_fields.c644 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
/external/e2fsprogs/
DRELEASE-NOTES3492 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based