Searched refs:fc_crc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/fs/ext4/ |
| D | fast_commit.h | 70 __le32 fc_crc; member 150 int fc_crc; member
|
| D | fast_commit.c | 785 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail() 786 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail() 2048 state->fc_crc = 0; in ext4_fc_replay_scan() 2094 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2100 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2103 fc_crc)); in ext4_fc_replay_scan() 2105 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan() 2113 state->fc_crc = 0; in ext4_fc_replay_scan() 2127 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan()
|
| /Linux-v6.1/include/scsi/fc/ |
| D | fc_encaps.h | 38 __be32 fc_crc; /* CRC */ member
|