Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.h65 __le32 fc_crc; member
140 int fc_crc; member
Dfast_commit.c680 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail()
681 ext4_fc_memcpy(sb, dst, &tail.fc_crc, sizeof(tail.fc_crc), NULL); in ext4_fc_write_tail()
1919 state->fc_crc = 0; in ext4_fc_replay_scan()
1957 state->fc_crc = ext4_chksum(sbi, state->fc_crc, tl, in ext4_fc_replay_scan()
1963 state->fc_crc = ext4_chksum(sbi, state->fc_crc, tl, in ext4_fc_replay_scan()
1966 fc_crc)); in ext4_fc_replay_scan()
1968 le32_to_cpu(tail->fc_crc) == state->fc_crc) { in ext4_fc_replay_scan()
1976 state->fc_crc = 0; in ext4_fc_replay_scan()
1990 state->fc_crc = ext4_chksum(sbi, state->fc_crc, tl, in ext4_fc_replay_scan()
/Linux-v5.10/include/scsi/fc/
Dfc_encaps.h38 __be32 fc_crc; /* CRC */ member