Searched refs:p9_client_rpc (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/net/9p/ |
| H A D | client.c | 609 req = p9_client_rpc(c, P9_TFLUSH, "w", oldtag); in p9_client_flush() 922 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 926 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 930 req = p9_client_rpc(c, P9_TVERSION, "ds", in p9_client_version() 1451 req = p9_client_rpc(clnt, P9_TCLUNK, "d", fid->fid); in p9_client_clunk() 1484 req = p9_client_rpc(clnt, P9_TREMOVE, "d", fid->fid); in p9_client_remove() 1747 req = p9_client_rpc(clnt, P9_TSTAT, "d", fid->fid); in p9_client_stat() 1896 req = p9_client_rpc(clnt, P9_TWSTAT, "dwS", in p9_client_wstat() 2054 req = p9_client_rpc(clnt, P9_TXATTRWALK, "dds", in p9_client_xattrwalk() 2092 req = p9_client_rpc(clnt, P9_TXATTRCREATE, "dsqd", in p9_client_xattrcreate() [all …]
|