Home
last modified time | relevance | path

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

/linux-6.12.1/fs/orangefs/
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 *,
Dprotocol.h196 enum ORANGEFS_io_type { enum
Dupcall.h23 enum ORANGEFS_io_type io_type;
Dfile.c49 ssize_t wait_for_direct_io(enum ORANGEFS_io_type type, struct inode *inode, in wait_for_direct_io()
Dinode.c506 enum ORANGEFS_io_type type = iov_iter_rw(iter) == WRITE ? in orangefs_direct_IO()