Home
last modified time | relevance | path

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

/linux/fs/ext4/
A Dfast_commit.h35 __le32 fc_tid; member
69 __le32 fc_tid; member
A Dfast_commit.c743 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
744 ext4_fc_memcpy(sb, dst, &tail.fc_tid, sizeof(tail.fc_tid), &crc); in ext4_fc_write_tail()
745 dst += sizeof(tail.fc_tid); in ext4_fc_write_tail()
1087 head.fc_tid = cpu_to_le32( in ext4_fc_perform_commit()
2002 if (le32_to_cpu(tail.fc_tid) == expected_tid && in ext4_fc_replay_scan()
2020 if (le32_to_cpu(head.fc_tid) != expected_tid) { in ext4_fc_replay_scan()
2120 WARN_ON(le32_to_cpu(tail.fc_tid) != expected_tid); in ext4_fc_replay()

Completed in 8 milliseconds