Searched refs:p9_tag_lookup (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | client.h | 221 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | client.h | 227 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 225 req = p9_tag_lookup(priv->client, h.tag); in p9_xen_response()
|
H A D | trans_rdma.c | 313 req = p9_tag_lookup(client, tag); in recv_done()
|
H A D | client.c | 304 * temporarily given by p9_tag_lookup and put by p9_client_cb in p9_tag_alloc() 307 * p9_tag_lookup but does not have a writer thread either in p9_tag_alloc() 325 * p9_tag_lookup - Look up a request by tag. 332 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() function 356 EXPORT_SYMBOL(p9_tag_lookup); variable
|
H A D | trans_fd.c | 337 m->rreq = p9_tag_lookup(m->client, m->rc.tag); in p9_read_work()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_rdma.c | 312 req = p9_tag_lookup(client, tag); in recv_done()
|
H A D | trans_xen.c | 202 req = p9_tag_lookup(priv->client, h.tag); in p9_xen_response()
|
H A D | client.c | 305 * so p9_tag_lookup does not accept a request that is not fully in p9_tag_alloc() 327 * temporarily given by p9_tag_lookup and put by p9_client_cb in p9_tag_alloc() 330 * p9_tag_lookup but does not have a writer thread either in p9_tag_alloc() 348 * p9_tag_lookup - Look up a request by tag. 355 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() function 379 EXPORT_SYMBOL(p9_tag_lookup); variable
|
H A D | trans_fd.c | 330 m->rreq = p9_tag_lookup(m->client, m->rc.tag); in p9_read_work()
|
Completed in 13 milliseconds