Searched defs:nfs_direct_req (Results 1 – 2 of 2) 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 …]
67 struct nfs_direct_req { struct68 struct kref kref; /* release manager */71 struct nfs_open_context *ctx; /* file open context info */72 struct nfs_lock_context *l_ctx; /* Lock context info */73 struct kiocb * iocb; /* controlling i/o request */74 struct inode * inode; /* target file of i/o */77 atomic_t io_count; /* i/os we're waiting for */78 spinlock_t lock; /* protect completion state */102 static void nfs_direct_write_complete(struct nfs_direct_req *dreq); argument