Home
last modified time | relevance | path

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

/linux/fs/orangefs/
H A Dfile.c127 if ((type == ORANGEFS_IO_READ) && open_for_read) in wait_for_direct_io()
212 if (type == ORANGEFS_IO_READ) in wait_for_direct_io()
232 type == ORANGEFS_IO_READ ? in wait_for_direct_io()
245 if (type == ORANGEFS_IO_READ && new_op->downcall.resp.io.amt_complete) { in wait_for_direct_io()
266 type == ORANGEFS_IO_READ ? "read" : "written", in wait_for_direct_io()
H A Dprotocol.h197 ORANGEFS_IO_READ = 1, enumerator