Searched defs:nfs_direct_req (Results 1 – 1 of 1) sorted by relevance
73 struct nfs_direct_req { struct74 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;[all …]