Searched refs:ext4_iget (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ext4/ |
D | ioctl.c | 108 inode_bl = ext4_iget(sb, EXT4_BOOT_LOADER_INO); in swap_inode_boot_loader()
|
D | resize.c | 1608 inode = ext4_iget(sb, EXT4_RESIZE_INO); in ext4_group_add() 1934 resize_inode = ext4_iget(sb, EXT4_RESIZE_INO); in ext4_resize_fs()
|
D | ialloc.c | 1169 inode = ext4_iget(sb, ino); in ext4_orphan_get()
|
D | super.c | 3812 root = ext4_iget(sb, EXT4_ROOT_INO); in ext4_fill_super() 4062 journal_inode = ext4_iget(sb, journal_inum); in ext4_get_journal() 5016 qf_inode = ext4_iget(sb, qf_inums[type]); in ext4_quota_enable()
|
D | inode.c | 4141 struct inode *ext4_iget(struct super_block *sb, unsigned long ino) in ext4_iget() function 4379 return ext4_iget(sb, ino); in ext4_iget_normal()
|
D | ext4.h | 2493 extern struct inode *ext4_iget(struct super_block *, unsigned long);
|