Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dfast_commit.c1379 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_unlink()
1387 EXT4_IGET_NORMAL); in ext4_fc_replay_unlink()
1412 dir = ext4_iget(sb, darg->parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link_internal()
1473 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_link()
1534 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode()
1584 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_fc_replay_inode()
1638 inode = ext4_iget(sb, darg.ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create()
1651 dir = ext4_iget(sb, darg.parent_ino, EXT4_IGET_NORMAL); in ext4_fc_replay_create()
1738 inode = ext4_iget(sb, le32_to_cpu(fc_add_ex.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_add_range()
1855 inode = ext4_iget(sb, le32_to_cpu(lrange.fc_ino), EXT4_IGET_NORMAL); in ext4_fc_replay_del_range()
[all …]
Dialloc.c1394 inode = ext4_iget(sb, ino, EXT4_IGET_NORMAL); in ext4_orphan_get()
Dnamei.c1855 inode = ext4_iget(dir->i_sb, ino, EXT4_IGET_NORMAL); in ext4_lookup()
1907 return d_obtain_alias(ext4_iget(child->d_sb, ino, EXT4_IGET_NORMAL)); in ext4_get_parent()
Dext4.h2961 EXT4_IGET_NORMAL = 0, enumerator