Searched defs:rreq (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.15/fs/netfs/ |
D | read_helper.c | 45 struct netfs_read_request *rreq; in netfs_alloc_read_request() local 65 static void netfs_get_read_request(struct netfs_read_request *rreq) in netfs_get_read_request() 70 static void netfs_rreq_clear_subreqs(struct netfs_read_request *rreq, in netfs_rreq_clear_subreqs() 85 struct netfs_read_request *rreq = in netfs_free_read_request() local 97 static void netfs_put_read_request(struct netfs_read_request *rreq, bool was_async) in netfs_put_read_request() 114 struct netfs_read_request *rreq) in netfs_alloc_subrequest() 138 struct netfs_read_request *rreq = subreq->rreq; in __netfs_put_subrequest() local 171 static void netfs_read_from_cache(struct netfs_read_request *rreq, in netfs_read_from_cache() 190 static void netfs_fill_with_zeroes(struct netfs_read_request *rreq, in netfs_fill_with_zeroes() 214 static void netfs_read_from_server(struct netfs_read_request *rreq, in netfs_read_from_server() [all …]
|
/Linux-v5.15/fs/ceph/ |
D | cache.h | 53 static inline int ceph_begin_cache_operation(struct netfs_read_request *rreq) in ceph_begin_cache_operation() 111 static inline int ceph_begin_cache_operation(struct netfs_read_request *rreq) in ceph_begin_cache_operation()
|
D | addr.c | 180 static void ceph_netfs_expand_readahead(struct netfs_read_request *rreq) in ceph_netfs_expand_readahead() 244 struct netfs_read_request *rreq = subreq->rreq; in ceph_netfs_issue_op() local 294 static void ceph_init_rreq(struct netfs_read_request *rreq, struct file *file) in ceph_init_rreq()
|
/Linux-v5.15/drivers/infiniband/sw/siw/ |
D | siw_qp.c | 291 struct siw_sqe *rreq = NULL; in siw_qp_mpa_rts() local 461 struct iwarp_rdma_rreq *rreq; in siw_send_terminate() local 869 void siw_read_to_orq(struct siw_sqe *rreq, struct siw_sqe *sqe) in siw_read_to_orq() 934 struct siw_sqe *rreq; in siw_activate_tx_from_sq() local
|
D | siw_qp_rx.c | 1150 struct siw_sqe *rreq; in siw_check_tx_fence() local
|
D | siw.h | 353 struct iwarp_rdma_rreq rreq; member 373 struct iwarp_rdma_rreq rreq; member
|
D | iwarp.h | 276 struct iwarp_rdma_rreq rreq; member
|
/Linux-v5.15/fs/fscache/ |
D | io.c | 27 int __fscache_begin_read_operation(struct netfs_read_request *rreq, in __fscache_begin_read_operation()
|
/Linux-v5.15/fs/afs/ |
D | file.c | 338 static void afs_init_rreq(struct netfs_read_request *rreq, struct file *file) in afs_init_rreq() 350 static int afs_begin_cache_operation(struct netfs_read_request *rreq) in afs_begin_cache_operation()
|
/Linux-v5.15/fs/cachefiles/ |
D | io.c | 380 int cachefiles_begin_read_operation(struct netfs_read_request *rreq, in cachefiles_begin_read_operation()
|
/Linux-v5.15/include/linux/ |
D | netfs.h | 112 struct netfs_read_request *rreq; /* Supervising read request */ member
|
D | fscache.h | 530 int fscache_begin_read_operation(struct netfs_read_request *rreq, in fscache_begin_read_operation()
|
/Linux-v5.15/net/9p/ |
D | trans_fd.c | 121 struct p9_req_t *rreq; member
|
/Linux-v5.15/drivers/md/ |
D | raid5.h | 261 struct bio req, rreq; member
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.c | 1712 struct tid_rdma_read_req *rreq = &ohdr->u.tid_rdma.r_req; in hfi1_build_tid_rdma_read_packet() local
|