Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diomap.h67 #define IOMAP_F_NEW (1U << 0) macro
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c947 iomap_flags | IOMAP_F_NEW, seq); in xfs_direct_write_iomap_begin()
1487 iomap_flags |= IOMAP_F_NEW; in xfs_zoned_buffered_write_iomap_begin()
1698 iomap_flags |= IOMAP_F_NEW; in xfs_buffered_write_iomap_begin()
1782 if (iomap->type != IOMAP_DELALLOC || !(iomap->flags & IOMAP_F_NEW)) in xfs_buffered_write_iomap_end()
/linux-6.15/fs/iomap/
H A Dtrace.h105 { IOMAP_F_NEW, "NEW" }, \
H A Ddirect-io.c371 if (iomap->flags & IOMAP_F_NEW) { in iomap_dio_bio_iter()
H A Dbuffered-io.c361 (srcmap->flags & IOMAP_F_NEW) || in iomap_block_needs_zeroing()
/linux-6.15/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-6.15/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.
H A Doperations.rst215 caching a fresh (``IOMAP_F_NEW``) delalloc mapping.
/linux-6.15/fs/
H A Ddax.c1658 if (iomap->flags & IOMAP_F_NEW || cow) { in dax_iomap_iter()
1954 (iter.iomap.flags & IOMAP_F_NEW)) { in dax_iomap_pte_fault()
H A Dbuffer.c2094 if ((iomap->flags & IOMAP_F_NEW) || in iomap_to_bh()
/linux-6.15/fs/ext2/
H A Dinode.c867 iomap->flags |= IOMAP_F_NEW; in ext2_iomap_begin()
/linux-6.15/fs/f2fs/
H A Ddata.c4240 iomap->flags |= IOMAP_F_NEW; in f2fs_iomap_begin()
/linux-6.15/fs/ext4/
H A Dinode.c3298 iomap->flags |= IOMAP_F_NEW; in ext4_set_iomap()