Home
last modified time | relevance | path

Searched refs:IOMAP_OVERWRITE_ONLY (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Diomap.h190 #define IOMAP_OVERWRITE_ONLY (1 << 6) /* only pure overwrites allowed */ macro
/linux/fs/xfs/
H A Dxfs_iomap.c953 if (flags & (IOMAP_NOWAIT | IOMAP_OVERWRITE_ONLY)) { in xfs_direct_write_iomap_begin()
965 if (flags & IOMAP_OVERWRITE_ONLY) { in xfs_direct_write_iomap_begin()
979 if (flags & (IOMAP_NOWAIT | IOMAP_OVERWRITE_ONLY)) in xfs_direct_write_iomap_begin()
1050 ASSERT(!(flags & IOMAP_OVERWRITE_ONLY)); in xfs_zoned_direct_write_iomap_begin()
/linux/fs/iomap/
H A Dtrace.h102 { IOMAP_OVERWRITE_ONLY, "OVERWRITE_ONLY" }, \
H A Ddirect-io.c670 iomi.flags |= IOMAP_OVERWRITE_ONLY; in __iomap_dio_rw()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst508 * ``IOMAP_OVERWRITE_ONLY``: Allocating blocks and zeroing partial
623 * ``IOMAP_OVERWRITE_ONLY``: The caller requires a pure overwrite to be