Searched refs:p9_parse_header (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/net/9p/ ! |
D | client.h | 283 int p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type,
|
/linux-6.1.9/net/9p/ ! |
D | client.c | 464 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, in p9_parse_header() function 502 EXPORT_SYMBOL(p9_parse_header); 521 err = p9_parse_header(&req->rc, NULL, &type, NULL, 0); in p9_check_errors() 595 err = p9_parse_header(&oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
|
D | trans_rdma.c | 309 err = p9_parse_header(&c->rc, NULL, NULL, &tag, 1); in recv_done()
|
D | trans_fd.c | 320 err = p9_parse_header(&m->rc, &m->rc.size, NULL, NULL, 0); in p9_read_work()
|