Searched refs:fc_crc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
D | fast_commit.h | 65 __le32 fc_crc; member 140 int fc_crc; member
|
D | fast_commit.c | 685 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail() 686 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail() 1929 state->fc_crc = 0; in ext4_fc_replay_scan() 1969 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 1975 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 1978 fc_crc)); in ext4_fc_replay_scan() 1980 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan() 1988 state->fc_crc = 0; in ext4_fc_replay_scan() 2002 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan()
|
/kernel/linux/linux-5.10/include/scsi/fc/ |
D | fc_encaps.h | 38 __be32 fc_crc; /* CRC */ member
|