Home
last modified time | relevance | path

Searched refs:hfsplus_iget (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dsuper.c58 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino) in hfsplus_iget() function
494 inode = hfsplus_iget(sb, HFSPLUS_ALLOC_CNID); in hfsplus_fill_super()
503 root = hfsplus_iget(sb, HFSPLUS_ROOT_CNID); in hfsplus_fill_super()
531 inode = hfsplus_iget(sb, be32_to_cpu(entry.folder.id)); in hfsplus_fill_super()
H A Dbtree.c150 inode = hfsplus_iget(sb, id); in hfs_btree_open()
H A Dhfsplus_fs.h508 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
H A Ddir.c118 inode = hfsplus_iget(dir->i_sb, cnid); in hfsplus_lookup()
H A Dxattr.c169 attr_file = hfsplus_iget(sb, HFSPLUS_ATTR_CNID); in hfsplus_create_attributes_file()