Searched refs:ORANGEFS_IO_READ (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/orangefs/
H A Dfile.c127 if ((type == ORANGEFS_IO_READ) && open_for_read)
212 if (type == ORANGEFS_IO_READ)
232 type == ORANGEFS_IO_READ ?
245 if (type == ORANGEFS_IO_READ && new_op->downcall.resp.io.amt_complete) {
266 type == ORANGEFS_IO_READ ? "read" : "written",
H A Dprotocol.h197 ORANGEFS_IO_READ = 1, enumerator in enum:ORANGEFS_io_type
H A Dinode.c269 if ((ret = wait_for_direct_io(ORANGEFS_IO_READ, inode,
300 ret = wait_for_direct_io(ORANGEFS_IO_READ, inode, &off, &iter,
517 ORANGEFS_IO_WRITE : ORANGEFS_IO_READ;
599 if (type == ORANGEFS_IO_READ) {

Completed in 158 milliseconds