Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.h30 __le32 fc_tid; member
64 __le32 fc_tid; member
H A Dfast_commit.c693 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
694 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
695 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()
1054 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()
2005 if (le32_to_cpu(tail.fc_tid) == expected_tid && in ext4_fc_replay_scan()
2023 if (le32_to_cpu(head.fc_tid) != expected_tid) { in ext4_fc_replay_scan()
2123 WARN_ON(le32_to_cpu(tail.fc_tid) != expected_tid); in ext4_fc_replay()
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.h35 __le32 fc_tid; member
69 __le32 fc_tid; member
H A Dfast_commit.c777 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
778 memcpy(dst, &tail.fc_tid, sizeof(tail.fc_tid)); in ext4_fc_write_tail()
779 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()
1117 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()
2107 if (le32_to_cpu(tail.fc_tid) == expected_tid && in ext4_fc_replay_scan()
2125 if (le32_to_cpu(head.fc_tid) != expected_tid) { in ext4_fc_replay_scan()
2226 WARN_ON(le32_to_cpu(tail.fc_tid) != expected_tid); in ext4_fc_replay()

Completed in 7 milliseconds