Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c804 tail.fc_crc = cpu_to_le32(crc); in ext4_fc_add_tlv()
805 memcpy(dst, &tail.fc_crc, sizeof(tail.fc_crc));
806 dst += sizeof(tail.fc_crc);
2481 state->fc_crc = 0;
2528 state->fc_crc = ext4_chksum(state->fc_crc, cur,
2534 state->fc_crc = ext4_chksum(state->fc_crc, cur,
2537 fc_crc));
[all...]
/linux/include/scsi/fc/
H A Dfc_encaps.h38 __be32 fc_crc; /* CRC */ member