Lines Matching refs:p9_fid
849 static struct p9_fid *p9_fid_create(struct p9_client *clnt) in p9_fid_create()
852 struct p9_fid *fid; in p9_fid_create()
879 static void p9_fid_destroy(struct p9_fid *fid) in p9_fid_destroy()
897 void do_trace_9p_fid_get(struct p9_fid *fid) in do_trace_9p_fid_get()
903 void do_trace_9p_fid_put(struct p9_fid *fid) in do_trace_9p_fid_put()
1070 struct p9_fid *fid; in p9_client_destroy()
1106 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, in p9_client_attach()
1112 struct p9_fid *fid; in p9_client_attach()
1153 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname, in p9_client_walk()
1158 struct p9_fid *fid; in p9_client_walk()
1228 int p9_client_open(struct p9_fid *fid, int mode) in p9_client_open()
1273 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, in p9_client_create_dotl()
1317 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate()
1360 int p9_client_symlink(struct p9_fid *dfid, const char *name, in p9_client_symlink()
1394 int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname) in p9_client_link()
1413 int p9_client_fsync(struct p9_fid *fid, int datasync) in p9_client_fsync()
1438 int p9_client_clunk(struct p9_fid *fid) in p9_client_clunk()
1474 int p9_client_remove(struct p9_fid *fid) in p9_client_remove()
1501 int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags) in p9_client_unlinkat()
1525 p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err) in p9_client_read()
1544 p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to, in p9_client_read_once()
1617 p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err) in p9_client_write()
1676 struct p9_wstat *p9_client_stat(struct p9_fid *fid) in p9_client_stat()
1727 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid, in p9_client_getattr_dotl()
1818 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst) in p9_client_wstat()
1856 int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *p9attr) in p9_client_setattr()
1887 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb) in p9_client_statfs()
1923 int p9_client_rename(struct p9_fid *fid, in p9_client_rename()
1924 struct p9_fid *newdirfid, const char *name) in p9_client_rename()
1950 int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name, in p9_client_renameat()
1951 struct p9_fid *newdirfid, const char *new_name) in p9_client_renameat()
1981 struct p9_fid *p9_client_xattrwalk(struct p9_fid *file_fid, in p9_client_xattrwalk()
1987 struct p9_fid *attr_fid; in p9_client_xattrwalk()
2026 int p9_client_xattrcreate(struct p9_fid *fid, const char *name, in p9_client_xattrcreate()
2050 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset) in p9_client_readdir()
2115 int p9_client_mknod_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mknod_dotl()
2145 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode, in p9_client_mkdir_dotl()
2174 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status) in p9_client_lock_dotl()
2205 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *glock) in p9_client_getlock_dotl()
2241 int p9_client_readlink(struct p9_fid *fid, char **target) in p9_client_readlink()