Home
last modified time | relevance | path

Searched refs:nfs_direct_req (Results 1 – 3 of 3) sorted by relevance

/fs/nfs/
Ddirect.c67 struct nfs_direct_req { struct
102 static void nfs_direct_write_complete(struct nfs_direct_req *dreq); argument
105 static inline void get_dreq(struct nfs_direct_req *dreq) in get_dreq()
110 static inline int put_dreq(struct nfs_direct_req *dreq) in put_dreq()
116 nfs_direct_handle_truncated(struct nfs_direct_req *dreq, in nfs_direct_handle_truncated()
136 nfs_direct_count_bytes(struct nfs_direct_req *dreq, in nfs_direct_count_bytes()
187 struct nfs_direct_req *dreq) in nfs_init_cinfo_from_dreq()
196 static inline struct nfs_direct_req *nfs_direct_req_alloc(void) in nfs_direct_req_alloc()
198 struct nfs_direct_req *dreq; in nfs_direct_req_alloc()
217 struct nfs_direct_req *dreq = container_of(kref, struct nfs_direct_req, kref); in nfs_direct_req_free()
[all …]
Dinternal.h528 struct nfs_direct_req *dreq);
600 struct nfs_direct_req *dreq);
601 extern ssize_t nfs_dreq_bytes_left(struct nfs_direct_req *dreq);
Dwrite.c921 struct nfs_direct_req *dreq) in nfs_init_cinfo()