Searched refs:fc_crc (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/ext4/ |
A D | fast_commit.h | 70 __le32 fc_crc; member 151 int fc_crc; member
|
A D | fast_commit.c | 782 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail() 783 memcpy(dst, &tail.fc_crc, sizeof(tail.fc_crc)); in ext4_fc_write_tail() 784 dst += sizeof(tail.fc_crc); in ext4_fc_write_tail() 2050 state->fc_crc = 0; in ext4_fc_replay_scan() 2097 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2103 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2106 fc_crc)); in ext4_fc_replay_scan() 2108 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan() 2116 state->fc_crc = 0; in ext4_fc_replay_scan() 2130 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan()
|
/linux-6.3-rc2/include/scsi/fc/ |
A D | fc_encaps.h | 38 __be32 fc_crc; /* CRC */ member
|
Completed in 11 milliseconds