Searched refs:direct_io (Results 1 – 15 of 15) sorted by relevance
70 fi->direct_io = 1; in memfd_open()
2257 int direct_io = iocb->ki_flags & IOCB_DIRECT ? 1 : 0; in ocfs2_file_write_iter() local2266 if (!direct_io && nowait) in ocfs2_file_write_iter()2283 rw_level = (!direct_io || full_coherency || append_write); in ocfs2_file_write_iter()2299 if (direct_io && full_coherency) { in ocfs2_file_write_iter()2333 if (direct_io && !is_sync_kiocb(iocb) && in ocfs2_file_write_iter()2364 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()2405 int direct_io = iocb->ki_flags & IOCB_DIRECT ? 1 : 0; in ocfs2_file_read_iter() local2421 if (!direct_io && nowait) in ocfs2_file_read_iter()2428 if (direct_io) { in ocfs2_file_read_iter()
85 #sshfs -o allow_other,direct_io -p 5551 localhost:/ 8888/86 #sshfs -o allow_other,direct_io -p 5552 localhost:/ 9999/
314 st->direct_io = 1; in mpt3sas_setup_direct_io()
813 u8 direct_io; member
5220 if (st->direct_io && in _scsih_io_done()5223 st->direct_io = 0; in _scsih_io_done()
3265 st->direct_io = 0; in mpt3sas_base_clear_st()
642 uint8_t direct_io; member
923 bool direct_io = iocb->ki_flags & IOCB_DIRECT; in f2fs_preallocate_blocks() local926 if (direct_io) { in f2fs_preallocate_blocks()946 if (direct_io) { in f2fs_preallocate_blocks()966 if (!direct_io) in f2fs_preallocate_blocks()
420 u8 direct_io; /* direct io or through cache */ member
2660 switch(lparam->direct_io) { in proc_show_rdrv()
1177 vol->direct_io = false; in cifs_parse_cache_flavor()1181 vol->direct_io = false; in cifs_parse_cache_flavor()1185 vol->direct_io = true; in cifs_parse_cache_flavor()3715 if (pvolume_info->direct_io) { in cifs_setup_cifs_sb()
525 bool direct_io:1; member
251 options ``direct_io`` and ``kernel_cache`` won't work.