Lines Matching defs:nfs_direct_req
73 struct nfs_direct_req { struct
74 struct kref kref; /* release manager */
77 struct nfs_open_context *ctx; /* file open context info */
78 struct nfs_lock_context *l_ctx; /* Lock context info */
79 struct kiocb * iocb; /* controlling i/o request */
80 struct inode * inode; /* target file of i/o */
83 atomic_t io_count; /* i/os we're waiting for */
84 spinlock_t lock; /* protect completion state */
86 struct nfs_direct_mirror mirrors[NFS_PAGEIO_DESCRIPTOR_MIRROR_MAX];
87 int mirror_count;
111 static void nfs_direct_write_complete(struct nfs_direct_req *dreq); argument