Searched refs:fc_tid (Results 1 – 2 of 2) sorted by relevance
30 __le32 fc_tid; member64 __le32 fc_tid; member
682 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()683 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()684 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()1041 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()1992 if (le32_to_cpu(tail.fc_tid) == expected_tid && in ext4_fc_replay_scan()2010 if (le32_to_cpu(head.fc_tid) != expected_tid) { in ext4_fc_replay_scan()2110 WARN_ON(le32_to_cpu(tail.fc_tid) != expected_tid); in ext4_fc_replay()