Searched refs:BMAP_ALLOC (Results 1 – 7 of 7) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | bmap.c | 69 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()
|
D | fileio.c | 164 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush() 443 bmap_flags = (file->ino ? BMAP_ALLOC : 0); in ext2fs_file_write()
|
D | fallocate.c | 845 err = ext2fs_bmap2(fs, ino, inode, NULL, BMAP_ALLOC, in ext2fs_fallocate()
|
D | ext2fs.h | 591 #define BMAP_ALLOC 0x0001 macro
|
/third_party/e2fsprogs/debugfs/ |
D | debugfs.c | 2078 flags |= BMAP_ALLOC; in do_bmap() 2107 if (flags & BMAP_ALLOC) { in do_bmap()
|
D | set_fields.c | 665 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 1385 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based
|