Searched refs:fc_tid (Results 1 – 2 of 2) sorted by relevance
35 __le32 fc_tid; member69 __le32 fc_tid; member
797 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()798 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()799 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()1139 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()2121 if (le32_to_cpu(tail.fc_tid) == expected_tid && in ext4_fc_replay_scan()2139 if (le32_to_cpu(head.fc_tid) != expected_tid) { in ext4_fc_replay_scan()2240 WARN_ON(le32_to_cpu(tail.fc_tid) != expected_tid); in ext4_fc_replay()