Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Diomap.h416 #define IOMAP_DIO_FORCE_WAIT (1 << 0) macro
/linux-6.12.1/fs/ext2/
Dfile.c236 flags |= IOMAP_DIO_FORCE_WAIT; in ext2_dio_write_iter()
/linux-6.12.1/fs/iomap/
Dtrace.h112 {IOMAP_DIO_FORCE_WAIT, "DIO_FORCE_WAIT" }, \
Ddirect-io.c572 is_sync_kiocb(iocb) || (dio_flags & IOMAP_DIO_FORCE_WAIT); in __iomap_dio_rw()
/linux-6.12.1/fs/xfs/
Dxfs_file.c661 flags = IOMAP_DIO_FORCE_WAIT; in xfs_file_dio_write_unaligned()
688 if (flags & IOMAP_DIO_FORCE_WAIT) in xfs_file_dio_write_unaligned()
/linux-6.12.1/fs/ext4/
Dfile.c482 *dio_flags = IOMAP_DIO_FORCE_WAIT; in ext4_dio_write_checks()
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst406 * ``IOMAP_DIO_FORCE_WAIT``: Wait for the I/O to complete even if the
/linux-6.12.1/fs/f2fs/
Dfile.c4900 dio_flags |= IOMAP_DIO_FORCE_WAIT; in f2fs_dio_write_iter()