Lines Matching refs:p9_fid
22 static inline void __add_fid(struct dentry *dentry, struct p9_fid *fid) in __add_fid()
34 void v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add()
48 static struct p9_fid *v9fs_fid_find_inode(struct inode *inode, kuid_t uid) in v9fs_fid_find_inode()
51 struct p9_fid *fid, *ret = NULL; in v9fs_fid_find_inode()
75 void v9fs_open_fid_add(struct inode *inode, struct p9_fid *fid) in v9fs_open_fid_add()
91 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find()
93 struct p9_fid *fid, *ret; in v9fs_fid_find()
149 static struct p9_fid *v9fs_fid_lookup_with_uid(struct dentry *dentry, in v9fs_fid_lookup_with_uid()
156 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid()
173 struct p9_fid *ofid = fid; in v9fs_fid_lookup_with_uid()
270 struct p9_fid *v9fs_fid_lookup(struct dentry *dentry) in v9fs_fid_lookup()
299 struct p9_fid *v9fs_writeback_fid(struct dentry *dentry) in v9fs_writeback_fid()
302 struct p9_fid *fid, *ofid; in v9fs_writeback_fid()