Lines Matching refs:p9_fid
147 struct p9_fid { struct
180 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb); argument
181 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
183 int p9_client_renameat(struct p9_fid *olddirfid, const char *old_name,
184 struct p9_fid *newdirfid, const char *new_name);
189 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
191 struct p9_fid *p9_client_walk(struct p9_fid *oldfid, uint16_t nwname,
193 int p9_client_open(struct p9_fid *fid, int mode);
194 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
196 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
197 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname,
199 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode,
201 int p9_client_clunk(struct p9_fid *fid);
202 int p9_client_fsync(struct p9_fid *fid, int datasync);
203 int p9_client_remove(struct p9_fid *fid);
204 int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags);
205 int p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err);
206 int p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
208 int p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err);
209 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset);
212 struct p9_wstat *p9_client_stat(struct p9_fid *fid);
213 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
214 int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *attr);
216 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
219 int p9_client_mknod_dotl(struct p9_fid *oldfid, const char *name, int mode,
221 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode,
223 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status);
224 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
250 struct p9_fid *p9_client_xattrwalk(struct p9_fid *file_fid,
252 int p9_client_xattrcreate(struct p9_fid *fid, const char *name,
254 int p9_client_readlink(struct p9_fid *fid, char **target);