Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dfast_commit.c685 tl->fc_tag = cpu_to_le16(EXT4_FC_TAG_PAD); in ext4_fc_reserve_space()
737 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_TAIL); in ext4_fc_write_tail()
768 tl.fc_tag = cpu_to_le16(tag); in ext4_fc_add_tlv()
792 tl.fc_tag = cpu_to_le16(fc_dentry->fcd_op); in ext4_fc_add_dentry_tlv()
828 tl.fc_tag = cpu_to_le16(EXT4_FC_TAG_INODE); in ext4_fc_write_inode()
1957 if (le16_to_cpu(((struct ext4_fc_tl *)start)->fc_tag) in ext4_fc_replay_scan()
1972 tag2str(le16_to_cpu(tl.fc_tag)), bh->b_blocknr); in ext4_fc_replay_scan()
1973 switch (le16_to_cpu(tl.fc_tag)) { in ext4_fc_replay_scan()
2091 tag2str(le16_to_cpu(tl.fc_tag))); in ext4_fc_replay()
2093 switch (le16_to_cpu(tl.fc_tag)) { in ext4_fc_replay()
[all …]
A Dfast_commit.h28 __le16 fc_tag; member

Completed in 8 milliseconds