Home
last modified time | relevance | path

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

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

Completed in 27 milliseconds