Home
last modified time | relevance | path

Searched refs:p9_req_put (Results 1 – 7 of 7) sorted by relevance

/linux/net/9p/
H A Dclient.c331 * in the recv thread, and one ref put by p9_req_put in the in p9_tag_alloc()
374 p9_req_put(c, req); in p9_tag_lookup()
402 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put() function
414 EXPORT_SYMBOL(p9_req_put);
431 if (p9_req_put(c, req) == 0) in p9_tag_cleanup()
457 p9_req_put(c, req); in p9_client_cb()
621 p9_req_put(c, req); in p9_client_flush()
658 p9_req_put(c, req); in p9_client_prepare_req()
660 p9_req_put(c, req); in p9_client_prepare_req()
670 * Returns request structure (which client must free using p9_req_put)
[all...]
H A Dtrans_fd.c351 p9_req_put(m->client, m->rreq); in p9_read_work()
387 p9_req_put(m->client, m->rreq); in p9_read_work()
501 p9_req_put(m->client, m->wreq); in p9_write_work()
713 p9_req_put(client, req); in p9_fd_cancel()
744 p9_req_put(client, req); in p9_fd_cancelled()
918 p9_req_put(m->client, m->rreq); in p9_conn_destroy()
923 p9_req_put(m->client, m->wreq); in p9_conn_destroy()
H A Dtrans_usbg.c169 p9_req_put(usb9pfs->client, p9_tx_req); in usb9pfs_tx_complete()
214 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_header()
222 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_header()
250 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_complete()
494 p9_req_put(client, req); in p9_usbg_cancel()
H A Dtrans_virtio.c201 p9_req_put(client, req); in p9_virtio_cancelled()
561 p9_req_put(client, req); in p9_virtio_zc_request()
H A Dtrans_xen.c165 p9_req_put(client, p9_req); in p9_xen_request()
H A Dtrans_rdma.c352 p9_req_put(client, c->req); in send_done()
/linux/include/net/9p/
H A Dclient.h241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);