Lines Matching refs:p9_client
68 inline int p9_is_proto_dotl(struct p9_client *clnt) in p9_is_proto_dotl()
74 inline int p9_is_proto_dotu(struct p9_client *clnt) in p9_is_proto_dotu()
122 static int parse_opts(char *opts, struct p9_client *clnt) in parse_opts()
235 p9_tag_alloc(struct p9_client *c, u16 tag, unsigned int max_size) in p9_tag_alloc()
310 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
336 static int p9_tag_init(struct p9_client *c) in p9_tag_init()
362 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
403 static void p9_free_req(struct p9_client *c, struct p9_req_t *r) in p9_free_req()
419 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
495 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
558 static int p9_check_zc_errors(struct p9_client *c, struct p9_req_t *req, in p9_check_zc_errors()
632 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...);
646 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
674 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
725 p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...) in p9_client_rpc()
814 static struct p9_req_t *p9_client_zc_rpc(struct p9_client *c, int8_t type, in p9_client_zc_rpc()
882 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create()
918 struct p9_client *clnt; in p9_fid_destroy()
931 static int p9_client_version(struct p9_client *c) in p9_client_version()
990 struct p9_client *p9_client_create(const char *dev_name, char *options) in p9_client_create()
993 struct p9_client *clnt; in p9_client_create()
997 clnt = kmalloc(sizeof(struct p9_client), GFP_KERNEL); in p9_client_create()
1064 void p9_client_destroy(struct p9_client *clnt) in p9_client_destroy()
1089 void p9_client_disconnect(struct p9_client *clnt) in p9_client_disconnect()
1096 void p9_client_begin_disconnect(struct p9_client *clnt) in p9_client_begin_disconnect()
1103 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
1155 struct p9_client *clnt; in p9_client_walk()
1232 struct p9_client *clnt; in p9_client_open()
1278 struct p9_client *clnt; in p9_client_create_dotl()
1323 struct p9_client *clnt; in p9_client_fcreate()
1368 struct p9_client *clnt; in p9_client_symlink()
1400 struct p9_client *clnt; in p9_client_link()
1420 struct p9_client *clnt; in p9_client_fsync()
1446 struct p9_client *clnt; in p9_client_clunk()
1490 struct p9_client *clnt; in p9_client_remove()
1519 struct p9_client *clnt; in p9_client_unlinkat()
1541 struct p9_client *clnt = fid->clnt; in p9_client_read()
1621 struct p9_client *clnt = fid->clnt; in p9_client_write()
1678 struct p9_client *clnt; in p9_client_stat()
1730 struct p9_client *clnt; in p9_client_getattr_dotl()
1820 struct p9_client *clnt; in p9_client_wstat()
1857 struct p9_client *clnt; in p9_client_setattr()
1889 struct p9_client *clnt; in p9_client_statfs()
1929 struct p9_client *clnt; in p9_client_rename()
1957 struct p9_client *clnt; in p9_client_renameat()
1990 struct p9_client *clnt; in p9_client_xattrwalk()
2037 struct p9_client *clnt; in p9_client_xattrcreate()
2060 struct p9_client *clnt; in p9_client_readdir()
2124 struct p9_client *clnt; in p9_client_mknod_dotl()
2155 struct p9_client *clnt; in p9_client_mkdir_dotl()
2185 struct p9_client *clnt; in p9_client_lock_dotl()
2218 struct p9_client *clnt; in p9_client_getlock_dotl()
2252 struct p9_client *clnt; in p9_client_readlink()