Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.h70 __le32 fc_crc; member
153 int fc_crc; member
H A Dfast_commit.c789 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail()
790 memcpy(dst, &tail.fc_crc, sizeof(tail.fc_crc)); in ext4_fc_write_tail()
791 dst += sizeof(tail.fc_crc); in ext4_fc_write_tail()
2097 state->fc_crc = 0; in ext4_fc_replay_scan()
2144 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
2150 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
2153 fc_crc)); in ext4_fc_replay_scan()
2155 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan()
2163 state->fc_crc = 0; in ext4_fc_replay_scan()
2177 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
/linux/include/scsi/fc/
H A Dfc_encaps.h38 __be32 fc_crc; /* CRC */ member