Searched refs:p9_client_rpc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/net/9p/ |
| D | client.c | 578 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...); 604 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush() 669 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc() function 917 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 921 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 925 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 1110 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?u", fid->fid, in p9_client_attach() 1165 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid, in p9_client_walk() 1230 req = p9_client_rpc(clnt, P9_TLOPEN, "dd", fid->fid, mode & P9L_MODE_MASK); in p9_client_open() 1232 req = p9_client_rpc(clnt, P9_TOPEN, "db", fid->fid, mode & P9L_MODE_MASK); in p9_client_open() [all …]
|