Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dsuper.c55 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino) in hfsplus_iget() function
432 inode = hfsplus_iget(sb, HFSPLUS_ALLOC_CNID); in hfsplus_fill_super()
441 root = hfsplus_iget(sb, HFSPLUS_ROOT_CNID); in hfsplus_fill_super()
456 inode = hfsplus_iget(sb, be32_to_cpu(entry.folder.id)); in hfsplus_fill_super()
Dhfsplus_fs.h412 struct inode *hfsplus_iget(struct super_block *, unsigned long);
Dbtree.c37 inode = hfsplus_iget(sb, id); in hfs_btree_open()
Ddir.c108 inode = hfsplus_iget(dir->i_sb, cnid); in hfsplus_lookup()