Home
last modified time | relevance | path

Searched refs:IOMAP_F_NEW (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
H A Diomap.h60 #define IOMAP_F_NEW (1U << 0) macro
/linux/fs/gfs2/
H A Dbmap.c766 iomap->flags |= IOMAP_F_MERGED | IOMAP_F_NEW; in __gfs2_iomap_alloc()
1167 if (length != written && (iomap->flags & IOMAP_F_NEW)) { in gfs2_iomap_end()
1243 if (iomap.flags & IOMAP_F_NEW) in gfs2_block_map()
1290 *new = iomap.flags & IOMAP_F_NEW; in gfs2_alloc_extent()
H A Dfile.c1203 if (!(iomap.flags & IOMAP_F_NEW)) in fallocate_chunk()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst192 If the filesystem returns IOMAP_F_NEW here and the write fails, the
219 * **IOMAP_F_NEW**: The space under the mapping is newly allocated.
/linux/fs/iomap/
H A Ddirect-io.c324 if (iomap->flags & IOMAP_F_NEW) { in iomap_dio_bio_iter()
H A Dbuffered-io.c365 (srcmap->flags & IOMAP_F_NEW) || in iomap_block_needs_zeroing()
/linux/fs/
H A Ddax.c1471 if (iomap->flags & IOMAP_F_NEW || cow) { in dax_iomap_iter()
1766 (iter.iomap.flags & IOMAP_F_NEW)) { in dax_iomap_pte_fault()
/linux/fs/ext2/
H A Dinode.c867 iomap->flags |= IOMAP_F_NEW; in ext2_iomap_begin()
/linux/fs/ext4/
H A Dinode.c3291 iomap->flags |= IOMAP_F_NEW; in ext4_set_iomap()