Home
last modified time | relevance | path

Searched refs:p9_parse_header (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/9p/
Dclient.h262 int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int);
/linux-4.4.14/net/9p/
Dclient.c445 p9_parse_header(struct p9_fcall *pdu, int32_t *size, int8_t *type, int16_t *tag, in p9_parse_header() function
482 EXPORT_SYMBOL(p9_parse_header);
501 err = p9_parse_header(req->rc, NULL, &type, NULL, 0); in p9_check_errors()
566 err = p9_parse_header(req->rc, NULL, &type, NULL, 0); in p9_check_zc_errors()
652 err = p9_parse_header(oldreq->tc, NULL, NULL, &oldtag, 1); in p9_client_flush()
Dtrans_rdma.c301 err = p9_parse_header(c->rc, NULL, NULL, &tag, 1); in handle_recv()