Lines Matching refs:p9_fid
44 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
49 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add()
64 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find()
66 struct p9_fid *fid, *ret; in v9fs_fid_find()
116 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid()
123 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid()
231 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry) in v9fs_fid_lookup()
260 struct p9_fid *v9fs_fid_clone(struct dentry *dentry) in v9fs_fid_clone()
262 struct p9_fid *fid, *ret; in v9fs_fid_clone()
272 static struct p9_fid *v9fs_fid_clone_with_uid(struct dentry *dentry, kuid_t uid) in v9fs_fid_clone_with_uid()
274 struct p9_fid *fid, *ret; in v9fs_fid_clone_with_uid()
284 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry) in v9fs_writeback_fid()
287 struct p9_fid *fid; in v9fs_writeback_fid()