Searched refs:hfsplus_iget (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | super.c | 58 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 D | hfsplus_fs.h | 512 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
|
H A D | btree.c | 150 inode = hfsplus_iget(sb, id); in hfs_btree_open()
|
H A D | dir.c | 118 inode = hfsplus_iget(dir->i_sb, cnid); in hfsplus_lookup()
|
H A D | xattr.c | 169 attr_file = hfsplus_iget(sb, HFSPLUS_ATTR_CNID); in hfsplus_create_attributes_file()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | super.c | 58 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 D | hfsplus_fs.h | 507 struct inode *hfsplus_iget(struct super_block *sb, unsigned long ino);
|
H A D | btree.c | 150 inode = hfsplus_iget(sb, id); in hfs_btree_open()
|
H A D | dir.c | 118 inode = hfsplus_iget(dir->i_sb, cnid); in hfsplus_lookup()
|
H A D | xattr.c | 169 attr_file = hfsplus_iget(sb, HFSPLUS_ATTR_CNID); in hfsplus_create_attributes_file()
|
Completed in 10 milliseconds