Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c1810 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_unlink()
1818 EXT4_IGET_NORMAL); in ext4_fc_replay_unlink()
1842 dir = ext4_iget(sb, darg->parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link_internal()
1881 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link()
1942 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode()
1992 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode()
2049 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create()
2062 dir = ext4_iget(sb, darg.parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create()
2148 inode = ext4_iget(sb, le32_to_cpu(fc_add_ex.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_add_range()
2271 inode = ext4_iget(sb, le32_to_cpu(lrange.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_del_range()
[all …]
H A Dialloc.c1403 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_orphan_get()
H A Dnamei.c1787 inode = ext4_iget(dir->i_sb, ino, EXT4_IGET_NORMAL); in ext4_lookup()
1838 return d_obtain_alias(ext4_iget(child->d_sb, ino, EXT4_IGET_NORMAL)); in ext4_get_parent()
H A Dext4.h3165 EXT4_IGET_NORMAL = 0, enumerator