Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Diomap.h174 #define IOMAP_OVERWRITE_ONLY (1 << 6) /* only pure overwrites allowed */ macro
/linux-6.12.1/fs/xfs/
Dxfs_iomap.c852 if (flags & (IOMAP_NOWAIT | IOMAP_OVERWRITE_ONLY)) { in xfs_direct_write_iomap_begin()
864 if (flags & IOMAP_OVERWRITE_ONLY) { in xfs_direct_write_iomap_begin()
878 if (flags & (IOMAP_NOWAIT | IOMAP_OVERWRITE_ONLY)) in xfs_direct_write_iomap_begin()
/linux-6.12.1/fs/iomap/
Ddirect-io.c632 iomi.flags |= IOMAP_OVERWRITE_ONLY; in __iomap_dio_rw()
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst508 * ``IOMAP_OVERWRITE_ONLY``: Allocating blocks and zeroing partial
593 * ``IOMAP_OVERWRITE_ONLY``: The caller requires a pure overwrite to be