Searched refs:direct_io (Results 1 – 19 of 19) sorted by relevance
9 $ sshfs -o allow_other,direct_io -p 5551 localhost:/ 8888/10 $ sshfs -o allow_other,direct_io -p 5552 localhost:/ 9999/
1279 Mount the guest file system. Note sshfs needs -o direct_io to enable reading of proc files. root …1282 $ sshfs -o direct_io root@vm0:/ vm01343 Mount the guest file system. Note sshfs needs -o direct_io to enable reading of proc files. root …1346 $ sshfs -o direct_io root@vm0:/ vm01527 $ sshfs -o direct_io vm_to_test:/ ~/guestmount/13376
70 fi->direct_io = 1; in memfd_open()
2380 int direct_io = iocb->ki_flags & IOCB_DIRECT ? 1 : 0; in ocfs2_file_write_iter() local2389 if (!direct_io && nowait) in ocfs2_file_write_iter()2406 rw_level = (!direct_io || full_coherency || append_write); in ocfs2_file_write_iter()2422 if (direct_io && full_coherency) { in ocfs2_file_write_iter()2456 if (direct_io && !is_sync_kiocb(iocb) && in ocfs2_file_write_iter()2469 BUG_ON(written == -EIOCBQUEUED && !direct_io); in ocfs2_file_write_iter()2487 if (((file->f_flags & O_DSYNC) && !direct_io) || in ocfs2_file_write_iter()2528 int direct_io = iocb->ki_flags & IOCB_DIRECT ? 1 : 0; in ocfs2_file_read_iter() local2544 if (!direct_io && nowait) in ocfs2_file_read_iter()2551 if (direct_io) { in ocfs2_file_read_iter()[all …]
267 ctx->direct_io = false; in cifs_parse_cache_flavor()273 ctx->direct_io = false; in cifs_parse_cache_flavor()279 ctx->direct_io = true; in cifs_parse_cache_flavor()285 ctx->direct_io = false; in cifs_parse_cache_flavor()291 ctx->direct_io = false; in cifs_parse_cache_flavor()1897 if (ctx->direct_io) in smb3_update_mnt_flags()
219 bool direct_io:1; member
3315 if (ctx->direct_io) in cifs_setup_cifs_sb()
297 st->direct_io = 1; in mpt3sas_setup_direct_io()
884 u8 direct_io; member
5738 if (st->direct_io && in _scsih_io_done()5741 st->direct_io = 0; in _scsih_io_done()
4031 st->direct_io = 0; in mpt3sas_base_clear_st()
637 uint8_t direct_io; member
723 if (opt_get(*opts, direct_io) == false) in __bch2_read_super()822 opt_get(*opts, direct_io)) { in __bch2_read_super()824 opt_set(*opts, direct_io, false); in __bch2_read_super()
422 x(direct_io, u8, \
421 u8 direct_io; /* direct io or through cache */ member
2644 switch(lparam->direct_io) { in proc_show_rdrv()
297 le opzioni di mount ``direct_io`` e ``kernel_cache`` non funzioneranno.
325 options ``direct_io`` and ``kernel_cache`` won't work.
Completed in 132 milliseconds