Home
last modified time | relevance | path

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

/linux-6.15/fs/ext2/
H A Dfile.c236 flags |= IOMAP_DIO_FORCE_WAIT; in ext2_dio_write_iter()
/linux-6.15/include/linux/
H A Diomap.h492 #define IOMAP_DIO_FORCE_WAIT (1 << 0) macro
/linux-6.15/fs/iomap/
H A Dtrace.h113 {IOMAP_DIO_FORCE_WAIT, "DIO_FORCE_WAIT" }, \
H A Ddirect-io.c615 is_sync_kiocb(iocb) || (dio_flags & IOMAP_DIO_FORCE_WAIT); in __iomap_dio_rw()
/linux-6.15/fs/xfs/
H A Dxfs_file.c767 flags = IOMAP_DIO_FORCE_WAIT; in xfs_file_dio_write_unaligned()
794 if (flags & IOMAP_DIO_FORCE_WAIT) in xfs_file_dio_write_unaligned()
/linux-6.15/fs/ext4/
H A Dfile.c483 *dio_flags = IOMAP_DIO_FORCE_WAIT; in ext4_dio_write_checks()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst407 * ``IOMAP_DIO_FORCE_WAIT``: Wait for the I/O to complete even if the
/linux-6.15/fs/f2fs/
H A Dfile.c5039 dio_flags |= IOMAP_DIO_FORCE_WAIT; in f2fs_dio_write_iter()