Home
last modified time | relevance | path

Searched refs:hfs_iget (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dhfs_fs.h213 extern struct inode *hfs_iget(struct super_block *, struct hfs_cat_key *, hfs_cat_rec *);
H A Ddir.c37 inode = hfs_iget(dir->i_sb, &fd.search_key->cat, &rec); in hfs_lookup()
H A Dsuper.c430 root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); in hfs_fill_super()
H A Dinode.c392 struct inode *hfs_iget(struct super_block *sb, struct hfs_cat_key *key, hfs_cat_rec *rec) in hfs_iget() function