Home
last modified time | relevance | path

Searched refs:IOMAP_DIO_OVERWRITE_ONLY (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Diomap.h338 #define IOMAP_DIO_OVERWRITE_ONLY (1 << 1) macro
/Linux-v6.1/fs/xfs/
Dxfs_file.c577 unsigned int flags = IOMAP_DIO_OVERWRITE_ONLY; in xfs_file_dio_write_unaligned()
630 ASSERT(flags & IOMAP_DIO_OVERWRITE_ONLY); in xfs_file_dio_write_unaligned()
/Linux-v6.1/fs/iomap/
Ddirect-io.c565 if (dio_flags & IOMAP_DIO_OVERWRITE_ONLY) { in __iomap_dio_rw()