Searched refs:p9_client_rpc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 644 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...); 670 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush() 724 * p9_client_rpc - issue a request and wait for a response 733 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc() function 947 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 951 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 955 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 1136 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?u", fid->fid, in p9_client_attach() 1193 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid, in p9_client_walk() 1259 req = p9_client_rpc(cln in p9_client_open() [all...] |
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 580 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...); 606 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush() 662 * p9_client_rpc - issue a request and wait for a response 671 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc() function 919 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 923 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 927 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 1112 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?u", fid->fid, in p9_client_attach() 1167 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid, in p9_client_walk() 1232 req = p9_client_rpc(cln in p9_client_open() [all...] |
Completed in 5 milliseconds