Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h81 struct p9_client { struct
96 struct p9_client *clnt; /* the instatntiating 9P client */ argument
119 struct p9_client *p9_client_create(struct mount *mp, int *error,
121 void p9_client_destroy(struct p9_client *clnt);
122 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *fid,
131 struct p9_fid *p9_fid_create(struct p9_client *clnt);
133 uint16_t p9_tag_create(struct p9_client *clnt);
134 void p9_tag_destroy(struct p9_client *clnt, uint16_t tag);
136 int p9_client_version(struct p9_client *clnt);
144 int p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len,
[all …]
H A Dp9_client.c64 static struct p9_req_t *p9_get_request(struct p9_client *c, int *error);
66 struct p9_client *c, int8_t type, int *error, const char *fmt, ...);
69 p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl()
76 p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
84 p9_parse_opts(struct mount *mp, struct p9_client *clnt) in p9_parse_opts()
133 p9_free_req(struct p9_client *clnt, struct p9_req_t *req) in p9_free_req()
150 p9_get_request(struct p9_client *clnt, int *error) in p9_get_request()
175 p9_parse_receive(struct p9_buffer *buf, struct p9_client *clnt) in p9_parse_receive()
204 p9_client_check_return(struct p9_client *c, struct p9_req_t *req) in p9_client_check_return()
263 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
[all …]
H A Dp9fs.h150 struct p9_client *clnt; /* 9p client */
200 struct p9_fid *p9fs_get_fid(struct p9_client *clnt,
H A Dp9_protocol.c542 p9stat_read(struct p9_client *clnt, char *buf, size_t len, struct p9_wstat *st) in p9stat_read()
576 p9_buf_finalize(struct p9_client *clnt, struct p9_buffer *buf) in p9_buf_finalize()
606 p9_dirent_read(struct p9_client *clnt, char *buf, int start, int len, in p9_dirent_read()
H A Dp9fs_vfsops.c505 struct p9_client *clnt; in p9fs_root()
546 struct p9_client *clnt; in p9fs_statfs()
H A Dp9fs_subr.c335 p9fs_get_fid(struct p9_client *clnt, struct p9fs_node *np, struct ucred *cred, in p9fs_get_fid()
H A Dp9fs_vnops.c1759 struct p9_client *clnt; in p9fs_readdir()
/freebsd/sys/modules/p9fs/
H A DMakefile5 p9_client.c p9_protocol.c p9_transport.c \
/freebsd/sys/conf/
H A Dfiles3605 fs/p9fs/p9_client.c optional p9fs