Searched refs:fc_tid (Results 1 – 2 of 2) sorted by relevance
30 __le32 fc_tid; member64 __le32 fc_tid; member
693 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()