Searched refs:EXT4_IGET_NORMAL (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | fast_commit.c | 1408 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_unlink() 1416 EXT4_IGET_NORMAL); in ext4_fc_replay_unlink() 1441 dir = ext4_iget(sb, darg->parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link_internal() 1502 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link() 1563 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode() 1613 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode() 1667 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create() 1680 dir = ext4_iget(sb, darg.parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create() 1767 inode = ext4_iget(sb, le32_to_cpu(fc_add_ex.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_add_range() 1884 inode = ext4_iget(sb, le32_to_cpu(lrange.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_del_range() [all …]
|
H A D | ialloc.c | 1399 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_orphan_get()
|
H A D | namei.c | 1858 inode = ext4_iget(dir->i_sb, ino, EXT4_IGET_NORMAL); in ext4_lookup() 1910 return d_obtain_alias(ext4_iget(child->d_sb, ino, EXT4_IGET_NORMAL)); in ext4_get_parent()
|
H A D | ext4.h | 2954 EXT4_IGET_NORMAL = 0, enumerator
|