Searched refs:p9_client_rpc (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/9p/ |
D | client.c | 655 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...); 681 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush() 748 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc() function 963 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 967 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 971 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 1131 req = p9_client_rpc(clnt, P9_TATTACH, "ddss?u", fid->fid, in p9_client_attach() 1188 req = p9_client_rpc(clnt, P9_TWALK, "ddT", oldfid->fid, fid->fid, in p9_client_walk() 1254 req = p9_client_rpc(clnt, P9_TLOPEN, "dd", fid->fid, mode); in p9_client_open() 1256 req = p9_client_rpc(clnt, P9_TOPEN, "db", fid->fid, mode); in p9_client_open() [all …]
|