Home
last modified time | relevance | path

Searched refs:_fid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/afs/
H A Ddir_search.c124 struct afs_fid *_fid) in afs_dir_search_bucket() argument
160 _fid->vnode = ntohl(dire->u.vnode); in afs_dir_search_bucket()
161 _fid->unique = ntohl(dire->u.unique); in afs_dir_search_bucket()
192 struct afs_fid *_fid, afs_dataversion_t *_dir_version) in afs_dir_search() argument
219 ret = afs_dir_search_bucket(&iter, name, _fid); in afs_dir_search()
H A Dinternal.h1097 struct afs_fid *_fid);
1099 struct afs_fid *_fid, afs_dataversion_t *_dir_version);
/linux/fs/bcachefs/
H A Dfs.c1612 static struct dentry *bch2_fh_to_dentry(struct super_block *sb, struct fid *_fid, in bch2_fh_to_dentry() argument
1615 struct bcachefs_fid *fid = (void *) _fid; in bch2_fh_to_dentry()
1623 static struct dentry *bch2_fh_to_parent(struct super_block *sb, struct fid *_fid, in bch2_fh_to_parent() argument
1626 struct bcachefs_fid_with_parent *fid = (void *) _fid; in bch2_fh_to_parent()