Home
last modified time | relevance | path

Searched defs:nfs_direct_req (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/nfs/
Ddirect.c73 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;
[all …]
/kernel/linux/linux-5.10/fs/nfs/
Ddirect.c67 struct nfs_direct_req { struct
68 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