Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c785 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail()
786 memcpy(dst, &tail.fc_crc, sizeof(tail.fc_crc)); in ext4_fc_write_tail()
787 dst += sizeof(tail.fc_crc); in ext4_fc_write_tail()
2470 state->fc_crc = 0; in ext4_fc_replay_scan()
2517 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
2523 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
2526 fc_crc)); in ext4_fc_replay_scan()
2528 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan()
2536 state->fc_crc = 0; in ext4_fc_replay_scan()
2550 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
/linux/include/scsi/fc/
H A Dfc_encaps.h38 __be32 fc_crc; /* CRC */ member