Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h69 #define IOMAP_F_NEW (1U << 0) macro
/linux/fs/xfs/
H A Dxfs_iomap.c1016 iomap_flags | IOMAP_F_NEW, seq); in xfs_direct_write_iomap_begin()
1740 iomap_flags |= IOMAP_F_NEW; in xfs_zoned_buffered_write_iomap_begin()
1974 iomap_flags |= IOMAP_F_NEW; in xfs_buffered_write_iomap_begin()
2058 if (iomap->type != IOMAP_DELALLOC || !(iomap->flags & IOMAP_F_NEW)) in xfs_buffered_write_iomap_end()
/linux/fs/iomap/
H A Dtrace.h110 { IOMAP_F_NEW, "NEW" }, \
H A Ddirect-io.c371 if (iomap->flags & IOMAP_F_NEW) { in iomap_dio_bio_iter()
H A Dbuffered-io.c348 (srcmap->flags & IOMAP_F_NEW) || in iomap_block_needs_zeroing()
/linux/fs/gfs2/
H A Dbmap.c766 iomap->flags |= IOMAP_F_MERGED | IOMAP_F_NEW; in __gfs2_iomap_alloc()
1171 if (length != written && (iomap->flags & IOMAP_F_NEW)) { in gfs2_iomap_end()
1247 if (iomap.flags & IOMAP_F_NEW) in gfs2_block_map()
1294 *new = iomap.flags & IOMAP_F_NEW; in gfs2_alloc_extent()
H A Dfile.c1204 if (!(iomap.flags & IOMAP_F_NEW)) in fallocate_chunk()
/linux/Documentation/filesystems/iomap/
H A Ddesign.rst191 If the filesystem returns IOMAP_F_NEW here and the write fails, the
218 * **IOMAP_F_NEW**: The space under the mapping is newly allocated.
H A Doperations.rst260 caching a fresh (``IOMAP_F_NEW``) delalloc mapping.
/linux/fs/
H A Ddax.c1617 if (iomap->flags & IOMAP_F_NEW || cow) { in dax_iomap_iter()
1916 (iter.iomap.flags & IOMAP_F_NEW)) { in dax_iomap_pte_fault()
H A Dbuffer.c2088 if ((iomap->flags & IOMAP_F_NEW) || in iomap_to_bh()
/linux/fs/ext2/
H A Dinode.c867 iomap->flags |= IOMAP_F_NEW; in ext2_iomap_begin()
/linux/fs/f2fs/
H A Ddata.c4237 iomap->flags |= IOMAP_F_NEW; in f2fs_iomap_begin()
/linux/fs/ext4/
H A Dinode.c3497 iomap->flags |= IOMAP_F_NEW; in ext4_set_iomap()