Searched refs:ORANGEFS_IO_READ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | file.c | 126 if ((type == ORANGEFS_IO_READ) && open_for_read) in wait_for_direct_io() 211 if (type == ORANGEFS_IO_READ) in wait_for_direct_io() 231 type == ORANGEFS_IO_READ ? in wait_for_direct_io() 244 if (type == ORANGEFS_IO_READ && new_op->downcall.resp.io.amt_complete) { in wait_for_direct_io() 279 type == ORANGEFS_IO_READ ? "read" : "written", in wait_for_direct_io() 286 if ((readahead_size) && (type == ORANGEFS_IO_READ)) { in wait_for_direct_io()
|
H A D | protocol.h | 197 ORANGEFS_IO_READ = 1, enumerator
|
H A D | inode.c | 281 ret = wait_for_direct_io(ORANGEFS_IO_READ, inode, &off, &iter, in orangefs_readpage() 557 ORANGEFS_IO_WRITE : ORANGEFS_IO_READ; in orangefs_direct_IO() 641 if (type == ORANGEFS_IO_READ) { in orangefs_direct_IO()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | file.c | 127 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 D | protocol.h | 197 ORANGEFS_IO_READ = 1, enumerator
|
H A D | inode.c | 269 if ((ret = wait_for_direct_io(ORANGEFS_IO_READ, inode, in orangefs_readahead() 300 ret = wait_for_direct_io(ORANGEFS_IO_READ, inode, &off, &iter, in orangefs_read_folio() 517 ORANGEFS_IO_WRITE : ORANGEFS_IO_READ; in orangefs_direct_IO() 599 if (type == ORANGEFS_IO_READ) { in orangefs_direct_IO()
|
Completed in 6 milliseconds