Searched refs:BMAP_ALLOC (Results 1 – 7 of 7) sorted by relevance
69 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()
158 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush()434 file->ino ? BMAP_ALLOC : 0, in ext2fs_file_write()
848 BMAP_ALLOC | BMAP_UNINIT | BMAP_ZERO, blk, in ext2fs_fallocate()
555 #define BMAP_ALLOC 0x0001 macro
2009 flags |= BMAP_ALLOC; in do_bmap()2038 if (flags & BMAP_ALLOC) { in do_bmap()
644 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
3492 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based