Searched defs:nfs_direct_req (Results 1 – 2 of 2) sorted by relevance
50879 struct nfs_direct_req { struct50880 struct kref kref;50881 struct nfs_open_context *ctx;50882 struct nfs_lock_context *l_ctx;50883 struct kiocb *iocb;50884 struct inode *inode;50885 atomic_t io_count;50886 spinlock_t lock;50887 loff_t io_start;50888 ssize_t count;[all …]