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()
244 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in extent_bmap()
375 if ((*phys_blk == 0) && (bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
395 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
423 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
450 if (!(bmap_flags & BMAP_ALLOC)) { in ext2fs_bmap2()
Dfileio.c164 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush()
443 bmap_flags = (file->ino ? BMAP_ALLOC : 0); in ext2fs_file_write()
Dfallocate.c845 BMAP_ALLOC | BMAP_UNINIT | BMAP_ZERO, blk, in ext2fs_fallocate()
Dext2fs.h568 #define BMAP_ALLOC 0x0001 macro
/external/e2fsprogs/debugfs/
Dset_fields.c647 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
Ddebugfs.c2061 flags |= BMAP_ALLOC; in do_bmap()
2090 if (flags & BMAP_ALLOC) { in do_bmap()
/external/e2fsprogs/doc/RelNotes/
Dv1.41.txt1385 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based