Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.h30 __le32 fc_tid; member
64 __le32 fc_tid; member
Dfast_commit.c677 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
678 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
679 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()
1027 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()
1967 if (le32_to_cpu(tail->fc_tid) == expected_tid && in ext4_fc_replay_scan()
1985 if (le32_to_cpu(head->fc_tid) != expected_tid) { in ext4_fc_replay_scan()
2082 WARN_ON(le32_to_cpu(tail->fc_tid) != expected_tid); in ext4_fc_replay()