Home
last modified time | relevance | path

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

/linux-5.19.10/fs/orangefs/
Dorangefs-kernel.h399 ssize_t wait_for_direct_io(enum ORANGEFS_io_type, struct inode *, loff_t *,
402 ssize_t do_readv_writev(enum ORANGEFS_io_type, struct file *, loff_t *,
Dprotocol.h196 enum ORANGEFS_io_type { enum
Dupcall.h23 enum ORANGEFS_io_type io_type;
Dfile.c48 ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode, in wait_for_direct_io()
Dinode.c526 enum ORANGEFS_io_type type = iov_iter_rw(iter) == WRITE ? in orangefs_direct_IO()