Home
last modified time | relevance | path

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

/src/sys/fs/p9fs/
H A Dp9_client.c65 static struct p9_req_t *p9_client_request(
344 p9_client_request(struct p9_client *c, int8_t type, int *error, in p9_client_request() function
458 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version()
462 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version()
466 req = p9_client_request(c, P9PROTO_TVERSION, &error, "ds", in p9_client_version()
621 req = p9_client_request(clnt, P9PROTO_TATTACH, error, "ddssd", fid->fid, in p9_client_attach()
662 req = p9_client_request(clnt, P9PROTO_TREMOVE, &error, "d", fid->fid); in p9_client_remove()
682 req = p9_client_request(clnt, P9PROTO_TUNLINKAT, &error, "dsd", in p9_client_unlink()
714 req = p9_client_request(clnt, P9PROTO_TCLUNK, &error, "d", fid->fid); in p9_client_clunk()
772 req = p9_client_request(clnt, P9PROTO_TWALK, error, "ddT", oldfid->fid, in p9_client_walk()
[all …]