Home
last modified time | relevance | path

Searched refs:ORANGEFS_io_type (Results 1 – 5 of 5) sorted by relevance

/linux/fs/orangefs/
H A Dorangefs-kernel.h390 ssize_t wait_for_direct_io(enum ORANGEFS_io_type, struct inode *, loff_t *,
393 ssize_t do_readv_writev(enum ORANGEFS_io_type, struct file *, loff_t *,
H A Dprotocol.h196 enum ORANGEFS_io_type { enum
H A Dupcall.h23 enum ORANGEFS_io_type io_type;
H A Dfile.c49 ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode, in wait_for_direct_io()
H A Dinode.c506 enum ORANGEFS_io_type type = iov_iter_rw(iter) == WRITE ? in orangefs_direct_IO()