Home
last modified time | relevance | path

Searched refs:IOMAP_DIO_FORCE_WAIT (Results 1 – 8 of 8) sorted by relevance

/linux/fs/ext2/
H A Dfile.c238 flags |= IOMAP_DIO_FORCE_WAIT; in ext2_dio_write_iter()
/linux/include/linux/
H A Diomap.h545 #define IOMAP_DIO_FORCE_WAIT (1 << 0) macro
/linux/fs/iomap/
H A Dtrace.h125 {IOMAP_DIO_FORCE_WAIT, "DIO_FORCE_WAIT" }, \
H A Ddirect-io.c637 is_sync_kiocb(iocb) || (dio_flags & IOMAP_DIO_FORCE_WAIT); in __iomap_dio_rw()
/linux/fs/xfs/
H A Dxfs_file.c840 flags = IOMAP_DIO_FORCE_WAIT; in xfs_file_dio_write_unaligned()
867 if (flags & IOMAP_DIO_FORCE_WAIT) in xfs_file_dio_write_unaligned()
/linux/fs/ext4/
H A Dfile.c488 *dio_flags = IOMAP_DIO_FORCE_WAIT; in ext4_dio_write_checks()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst452 * ``IOMAP_DIO_FORCE_WAIT``: Wait for the I/O to complete even if the
/linux/fs/f2fs/
H A Dfile.c5121 dio_flags |= IOMAP_DIO_FORCE_WAIT; in f2fs_dio_write_iter()