Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.c619 tl->fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()
671 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()
702 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()
727 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_dentry_tlv()
761 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE); in ext4_fc_write_inode()
1411 int inode_len, ino, ret, tag = le16_to_cpu(tl->fc_tag); in ext4_fc_replay_inode()
1924 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
1937 tag2str(le16_to_cpu(tl->fc_tag)), bh->b_blocknr); in ext4_fc_replay_scan()
1938 switch (le16_to_cpu(tl->fc_tag)) { in ext4_fc_replay_scan()
2053 tag2str(le16_to_cpu(tl->fc_tag))); in ext4_fc_replay()
[all …]
Dfast_commit.h23 __le16 fc_tag; member