Lines Matching refs:fid
197 u32 fid; member
226 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb);
227 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
239 int p9_client_open(struct p9_fid *fid, int mode);
240 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
242 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
243 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname,
247 int p9_client_clunk(struct p9_fid *fid);
248 int p9_client_fsync(struct p9_fid *fid, int datasync);
249 int p9_client_remove(struct p9_fid *fid);
251 int p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err);
252 int p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err);
253 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset);
256 struct p9_wstat *p9_client_stat(struct p9_fid *fid);
257 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
258 int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *attr);
260 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
265 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode,
267 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status);
268 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
280 int p9_client_readlink(struct p9_fid *fid, char **target);