Home
last modified time | relevance | path

Searched refs:FMODE_DIO_PARALLEL_WRITE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfile.c889 FMODE_DIO_PARALLEL_WRITE; in ext4_file_open()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c1235 FMODE_DIO_PARALLEL_WRITE | FMODE_CAN_ODIRECT; in xfs_file_open()
/openbmc/linux/include/linux/
H A Dfs.h165 #define FMODE_DIO_PARALLEL_WRITE ((__force fmode_t)0x1000000) macro
/openbmc/linux/io_uring/
H A Dio_uring.c467 (req->file->f_mode & FMODE_DIO_PARALLEL_WRITE)) in io_prep_async_work()