Home
last modified time | relevance | path

Searched refs:fc_ino (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dfast_commit.h40 __le32 fc_ino; member
46 __le32 fc_ino; member
57 __le32 fc_ino; member
63 __le32 fc_ino; member
H A Dfast_commit.c829 fcd.fc_ino = cpu_to_le32(fc_dentry->fcd_ino); in ext4_fc_add_dentry_tlv()
864 fc_inode.fc_ino = cpu_to_le32(inode->i_ino); in ext4_fc_write_inode()
866 tl.fc_len = cpu_to_le16(inode_len + sizeof(fc_inode.fc_ino)); in ext4_fc_write_inode()
926 lrange.fc_ino = cpu_to_le32(inode->i_ino); in ext4_fc_write_inode_data()
939 fc_ext.fc_ino = cpu_to_le32(inode->i_ino); in ext4_fc_write_inode_data()
1349 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
1531 ino = le32_to_cpu(fc_inode.fc_ino); in ext4_fc_replay_inode()
1735 le32_to_cpu(fc_add_ex.fc_ino), le32_to_cpu(ex->ee_block), in ext4_fc_replay_add_range()
1853 le32_to_cpu(lrange.fc_ino), cur, remaining); in ext4_fc_replay_del_range()
1857 ext4_debug("Inode %d not found", le32_to_cpu(lrange.fc_ino)); in ext4_fc_replay_del_range()
[all …]