Lines Matching refs:fid
133 * @fid: numeric identifier for this handle
134 * @mode: current mode of this fid (enum?)
139 * @dlist: per-dentry fid tracking
146 u32 fid;
175 int p9_client_statfs(struct p9_fid *fid, struct p9_rstatfs *sb);
176 int p9_client_rename(struct p9_fid *fid, struct p9_fid *newdirfid,
188 int p9_client_open(struct p9_fid *fid, int mode);
189 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
191 int p9_client_link(struct p9_fid *fid, struct p9_fid *oldfid, const char *newname);
192 int p9_client_symlink(struct p9_fid *fid, const char *name, const char *symname,
196 int p9_client_clunk(struct p9_fid *fid);
197 int p9_client_fsync(struct p9_fid *fid, int datasync);
198 int p9_client_remove(struct p9_fid *fid);
200 int p9_client_read(struct p9_fid *fid, u64 offset, struct iov_iter *to, int *err);
201 int p9_client_read_once(struct p9_fid *fid, u64 offset, struct iov_iter *to,
203 int p9_client_write(struct p9_fid *fid, u64 offset, struct iov_iter *from, int *err);
204 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset);
207 struct p9_wstat *p9_client_stat(struct p9_fid *fid);
208 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
209 int p9_client_setattr(struct p9_fid *fid, struct p9_iattr_dotl *attr);
211 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
216 int p9_client_mkdir_dotl(struct p9_fid *fid, const char *name, int mode,
218 int p9_client_lock_dotl(struct p9_fid *fid, struct p9_flock *flock, u8 *status);
219 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *fl);
245 int p9_client_readlink(struct p9_fid *fid, char **target);