Searched refs:fc_crc (Results 1 – 2 of 2) sorted by relevance
70 __le32 fc_crc; member150 int fc_crc; member
786 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_write_tail()787 memcpy(dst, &tail.fc_crc, sizeof(tail.fc_crc)); in ext4_fc_write_tail()788 dst += sizeof(tail.fc_crc); in ext4_fc_write_tail()2089 state->fc_crc = 0; in ext4_fc_replay_scan()2136 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()2142 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()2145 fc_crc)); in ext4_fc_replay_scan()2147 le32_to_cpu(tail.fc_crc) == state->fc_crc) { in ext4_fc_replay_scan()2155 state->fc_crc = 0; in ext4_fc_replay_scan()2169 state->fc_crc = ext4_chksum(state->fc_crc, cur, in ext4_fc_replay_scan()
Completed in 11 milliseconds