Lines Matching refs:p9_fid
21 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
33 void v9fs_fid_add(struct dentry *dentry, struct p9_fid **pfid) in v9fs_fid_add()
35 struct p9_fid *fid = *pfid; in v9fs_fid_add()
60 struct p9_fid *v9fs_fid_find_inode(struct inode *inode, bool want_writeable, in v9fs_fid_find_inode()
64 struct p9_fid *fid, *ret = NULL; in v9fs_fid_find_inode()
93 void v9fs_open_fid_add(struct inode *inode, struct p9_fid **pfid) in v9fs_open_fid_add()
95 struct p9_fid *fid = *pfid; in v9fs_open_fid_add()
113 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find()
115 struct p9_fid *fid, *ret; in v9fs_fid_find()
169 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid()
176 struct p9_fid *fid, *root_fid, *old_fid; in v9fs_fid_lookup_with_uid()
287 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry) in v9fs_fid_lookup()