Home
last modified time | relevance | path

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

/fs/ext4/
A Dfast_commit.h70 __le32 fc_crc; member
150 int fc_crc; member
A Dfast_commit.c786 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