Searched refs:nfs_direct_req (Results 1 – 1 of 1) sorted by relevance
66 struct nfs_direct_req { struct90 static void nfs_direct_write_complete(struct nfs_direct_req *dreq, struct inode *inode); argument93 static inline void get_dreq(struct nfs_direct_req *dreq) in get_dreq()98 static inline int put_dreq(struct nfs_direct_req *dreq) in put_dreq()148 static inline struct nfs_direct_req *nfs_direct_req_alloc(void) in nfs_direct_req_alloc()150 struct nfs_direct_req *dreq; in nfs_direct_req_alloc()173 struct nfs_direct_req *dreq = container_of(kref, struct nfs_direct_req, kref); in nfs_direct_req_free()180 static void nfs_direct_req_release(struct nfs_direct_req *dreq) in nfs_direct_req_release()188 static ssize_t nfs_direct_wait(struct nfs_direct_req *dreq) in nfs_direct_wait()211 static void nfs_direct_complete(struct nfs_direct_req *dreq) in nfs_direct_complete()[all …]