Searched refs:BMAP_ALLOC (Results 1 – 7 of 7) sorted by relevance
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()
164 BMAP_BUFFER, file->ino ? BMAP_ALLOC : 0, in ext2fs_file_flush()443 bmap_flags = (file->ino ? BMAP_ALLOC : 0); in ext2fs_file_write()
845 BMAP_ALLOC | BMAP_UNINIT | BMAP_ZERO, blk, in ext2fs_fallocate()
568 #define BMAP_ALLOC 0x0001 macro
647 NULL, BMAP_ALLOC | BMAP_SET, array_idx, NULL, in parse_bmap()
2061 flags |= BMAP_ALLOC; in do_bmap()2090 if (flags & BMAP_ALLOC) { in do_bmap()
1385 The ext2fs_bmap() function now supports BMAP_ALLOC for extent-based