Lines Matching refs:p9_client

53 inline int p9_is_proto_dotl(struct p9_client *clnt)  in p9_is_proto_dotl()
59 inline int p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
65 int p9_show_client_options(struct seq_file *m, struct p9_client *clnt) in p9_show_client_options()
130 static int parse_opts(char *opts, struct p9_client *clnt) in parse_opts()
221 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
271 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc()
351 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
384 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
395 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
416 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
438 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
515 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
575 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...);
589 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
617 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
666 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc()
767 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
836 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create()
868 struct p9_client *clnt; in p9_fid_destroy()
896 static int p9_client_version(struct p9_client *c) in p9_client_version()
963 struct p9_client *p9_client_create(const char *dev_name, char *options) in p9_client_create()
966 struct p9_client *clnt; in p9_client_create()
1046 void p9_client_destroy(struct p9_client *clnt) in p9_client_destroy()
1070 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
1077 void p9_client_begin_disconnect(struct p9_client *clnt) in p9_client_begin_disconnect()
1084 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
1135 struct p9_client *clnt; in p9_client_walk()
1210 struct p9_client *clnt; in p9_client_open()
1257 struct p9_client *clnt; in p9_client_create_dotl()
1301 struct p9_client *clnt; in p9_client_fcreate()
1345 struct p9_client *clnt; in p9_client_symlink()
1377 struct p9_client *clnt; in p9_client_link()
1397 struct p9_client *clnt; in p9_client_fsync()
1423 struct p9_client *clnt; in p9_client_clunk()
1460 struct p9_client *clnt; in p9_client_remove()
1489 struct p9_client *clnt; in p9_client_unlinkat()
1531 struct p9_client *clnt = fid->clnt; in p9_client_read_once()
1603 struct p9_client *clnt = fid->clnt; in p9_client_write()
1663 struct p9_client *clnt; in p9_client_stat()
1716 struct p9_client *clnt; in p9_client_getattr_dotl()
1808 struct p9_client *clnt; in p9_client_wstat()
1847 struct p9_client *clnt; in p9_client_setattr()
1879 struct p9_client *clnt; in p9_client_statfs()
1917 struct p9_client *clnt; in p9_client_rename()
1945 struct p9_client *clnt; in p9_client_renameat()
1977 struct p9_client *clnt; in p9_client_xattrwalk()
2023 struct p9_client *clnt; in p9_client_xattrcreate()
2046 struct p9_client *clnt; in p9_client_readdir()
2113 struct p9_client *clnt; in p9_client_mknod_dotl()
2144 struct p9_client *clnt; in p9_client_mkdir_dotl()
2173 struct p9_client *clnt; in p9_client_lock_dotl()
2205 struct p9_client *clnt; in p9_client_getlock_dotl()
2242 struct p9_client *clnt; in p9_client_readlink()