Searched refs:fc_crc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.h | 65 __le32 fc_crc; member 141 int fc_crc; member
|
H A D | fast_commit.c | 696 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail() 697 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail() 698 dst += sizeof(tail.fc_crc); in ext4_fc_write_tail() 1955 state->fc_crc = 0; in ext4_fc_replay_scan() 1995 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2001 state->fc_crc = ext4_chksum(sbi, state->fc_crc, cur, in ext4_fc_replay_scan() 2004 fc_crc)); in ext4_fc_replay_scan() [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.h | 70 __le32 fc_crc; member 151 int fc_crc; member
|
H 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() [all...] |
/kernel/linux/linux-5.10/include/scsi/fc/ |
H A D | fc_encaps.h | 38 __be32 fc_crc; /* CRC */ member
|
/kernel/linux/linux-6.6/include/scsi/fc/ |
H A D | fc_encaps.h | 38 __be32 fc_crc; /* CRC */ member
|
Completed in 8 milliseconds