Symbol: p9_req_t
include/net/9p/client.h
327
struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
include/net/9p/client.h
329
static inline void p9_req_get(struct p9_req_t *r)
include/net/9p/client.h
334
static inline int p9_req_try_get(struct p9_req_t *r)
include/net/9p/client.h
339
int p9_req_put(struct p9_client *c, struct p9_req_t *r);
include/net/9p/client.h
381
void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status);
include/net/9p/transport.h
62
int (*request)(struct p9_client *client, struct p9_req_t *req);
include/net/9p/transport.h
63
int (*cancel)(struct p9_client *client, struct p9_req_t *req);
include/net/9p/transport.h
64
int (*cancelled)(struct p9_client *client, struct p9_req_t *req);
include/net/9p/transport.h
65
int (*zc_request)(struct p9_client *client, struct p9_req_t *req,
net/9p/client.c
1040
struct p9_req_t *req;
net/9p/client.c
1113
struct p9_req_t *req;
net/9p/client.c
1159
struct p9_req_t *req;
net/9p/client.c
1203
struct p9_req_t *req;
net/9p/client.c
1246
struct p9_req_t *req;
net/9p/client.c
1278
struct p9_req_t *req;
net/9p/client.c
1298
struct p9_req_t *req;
net/9p/client.c
1323
struct p9_req_t *req;
net/9p/client.c
1359
struct p9_req_t *req;
net/9p/client.c
1385
struct p9_req_t *req;
net/9p/client.c
1429
struct p9_req_t *req;
net/9p/client.c
1504
struct p9_req_t *req;
net/9p/client.c
154
static struct p9_req_t *
net/9p/client.c
1569
struct p9_req_t *req;
net/9p/client.c
158
struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS);
net/9p/client.c
1616
struct p9_req_t *req;
net/9p/client.c
1668
struct p9_req_t *req;
net/9p/client.c
1756
struct p9_req_t *req;
net/9p/client.c
1794
struct p9_req_t *req;
net/9p/client.c
1825
struct p9_req_t *req;
net/9p/client.c
1862
struct p9_req_t *req;
net/9p/client.c
1889
struct p9_req_t *req;
net/9p/client.c
1920
struct p9_req_t *req;
net/9p/client.c
1965
struct p9_req_t *req;
net/9p/client.c
1990
struct p9_req_t *req;
net/9p/client.c
2057
struct p9_req_t *req;
net/9p/client.c
2087
struct p9_req_t *req;
net/9p/client.c
2115
struct p9_req_t *req;
net/9p/client.c
2146
struct p9_req_t *req;
net/9p/client.c
2182
struct p9_req_t *req;
net/9p/client.c
2205
p9_req_cache = KMEM_CACHE(p9_req_t, SLAB_TYPESAFE_BY_RCU);
net/9p/client.c
235
struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag)
net/9p/client.c
237
struct p9_req_t *req;
net/9p/client.c
268
static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r)
net/9p/client.c
279
int p9_req_put(struct p9_client *c, struct p9_req_t *r)
net/9p/client.c
302
struct p9_req_t *req;
net/9p/client.c
322
void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status)
net/9p/client.c
399
static int p9_check_errors(struct p9_client *c, struct p9_req_t *req)
net/9p/client.c
459
static struct p9_req_t *
net/9p/client.c
474
static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq)
net/9p/client.c
476
struct p9_req_t *req;
net/9p/client.c
502
static struct p9_req_t *p9_client_prepare_req(struct p9_client *c,
net/9p/client.c
507
struct p9_req_t *req;
net/9p/client.c
550
static struct p9_req_t *
net/9p/client.c
556
struct p9_req_t *req;
net/9p/client.c
657
static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type,
net/9p/client.c
666
struct p9_req_t *req;
net/9p/client.c
792
struct p9_req_t *req;
net/9p/client.c
991
struct p9_req_t *req;
net/9p/trans_fd.c
152
struct p9_req_t *req, *rtmp;
net/9p/trans_fd.c
415
struct p9_req_t *req;
net/9p/trans_fd.c
432
req = list_entry(m->unsent_req_list.next, struct p9_req_t,
net/9p/trans_fd.c
631
static int p9_fd_request(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_fd.c
657
static int p9_fd_cancel(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_fd.c
678
static int p9_fd_cancelled(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_fd.c
84
struct p9_req_t *rreq;
net/9p/trans_fd.c
85
struct p9_req_t *wreq;
net/9p/trans_rdma.c
104
struct p9_req_t *req;
net/9p/trans_rdma.c
195
struct p9_req_t *req;
net/9p/trans_rdma.c
321
static int rdma_request(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_rdma.c
496
static int rdma_cancel(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_rdma.c
507
static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_usbg.c
131
static int usb9pfs_transmit(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_req)
net/9p/trans_usbg.c
152
struct p9_req_t *p9_tx_req = req->context;
net/9p/trans_usbg.c
179
static struct p9_req_t *usb9pfs_rx_header(struct f_usb9pfs *usb9pfs, void *buf)
net/9p/trans_usbg.c
181
struct p9_req_t *p9_rx_req;
net/9p/trans_usbg.c
234
struct p9_req_t *p9_rx_req;
net/9p/trans_usbg.c
430
struct p9_req_t *req;
net/9p/trans_usbg.c
471
static int p9_usbg_request(struct p9_client *client, struct p9_req_t *p9_req)
net/9p/trans_usbg.c
494
static int p9_usbg_cancel(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_usbg.c
92
static int usb9pfs_queue_tx(struct f_usb9pfs *usb9pfs, struct p9_req_t *p9_tx_req,
net/9p/trans_virtio.c
132
struct p9_req_t *req;
net/9p/trans_virtio.c
193
static int p9_virtio_cancel(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_virtio.c
199
static int p9_virtio_cancelled(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_virtio.c
255
p9_virtio_request(struct p9_client *client, struct p9_req_t *req)
net/9p/trans_virtio.c
379
static void handle_rerror(struct p9_req_t *req, int in_hdr_len,
net/9p/trans_virtio.c
420
p9_virtio_zc_request(struct p9_client *client, struct p9_req_t *req,
net/9p/trans_xen.c
117
static int p9_xen_request(struct p9_client *client, struct p9_req_t *p9_req)
net/9p/trans_xen.c
178
struct p9_req_t *req;
net/9p/trans_xen.c
65
static int p9_xen_cancel(struct p9_client *client, struct p9_req_t *req)