Home
last modified time | relevance | path

Searched refs:ORANGEFS_IO_READ (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/orangefs/
Dfile.c188 type == ORANGEFS_IO_READ ? in wait_for_direct_io()
201 if (type == ORANGEFS_IO_READ && new_op->downcall.resp.io.amt_complete) { in wait_for_direct_io()
219 type == ORANGEFS_IO_READ ? "read" : "written", in wait_for_direct_io()
326 if (type == ORANGEFS_IO_READ) { in do_readv_writev()
381 ret = wait_for_direct_io(ORANGEFS_IO_READ, inode, offset, iter, in orangefs_inode_read()
407 rc = do_readv_writev(ORANGEFS_IO_READ, file, &pos, iter); in orangefs_file_read_iter()
Dprotocol.h197 ORANGEFS_IO_READ = 1, enumerator