Searched refs:hfs_iget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | hfs_fs.h | 210 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
|
H A D | dir.c | 37 inode = hfs_iget(dir->i_sb, &fd.search_key->cat, &rec); in hfs_lookup()
|
H A D | super.c | 430 root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); in hfs_fill_super()
|
H A D | inode.c | 385 struct inode *hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) in hfs_iget() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | hfs_fs.h | 213 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
|
H A D | dir.c | 37 inode = hfs_iget(dir->i_sb, &fd.search_key->cat, &rec); in hfs_lookup()
|
H A D | super.c | 430 root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); in hfs_fill_super()
|
H A D | inode.c | 389 struct inode *hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) in hfs_iget() function
|
Completed in 6 milliseconds