Home
last modified time | relevance | path

Searched refs:fc_tag (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c729 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()
771 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()
806 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()
830 tl.fc_tag = cpu_to_le16(fc_dentry->fcd_op); in ext4_fc_add_dentry_tlv()
865 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE); in ext4_fc_write_inode()
1337 u16 fc_tag; member
1360 tl->fc_tag = le16_to_cpu(tl_disk.fc_tag); in ext4_fc_get_tl()
1525 int inode_len, ino, ret, tag = tl->fc_tag; in ext4_fc_replay_inode()
2055 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
[all...]
H A Dfast_commit.h28 __le16 fc_tag; member
/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c632 tl->fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()
687 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()
720 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()
745 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_dentry_tlv()
779 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE); in ext4_fc_write_inode()
1434 int inode_len, ino, ret, tag = le16_to_cpu(tl->fc_tag); in ext4_fc_replay_inode()
1960 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
1975 tag2str(le16_to_cpu(tl.fc_tag)), bh->b_blocknr); in ext4_fc_replay_scan()
1976 switch (le16_to_cpu(tl.fc_tag)) { in ext4_fc_replay_scan()
2094 tag2str(le16_to_cpu(tl.fc_tag))); in ext4_fc_replay()
[all...]
H A Dfast_commit.h23 __le16 fc_tag; member

Completed in 6 milliseconds