Lines Matching refs:CRC
83 hence a 32 bit CRC is more than sufficient to detect multi-bit errors in
172 whether CRC validating is necessary. If it is, the CRC32c is calculated and
180 modification made to the object, After this, we calculate the CRC and insert it
192 __be32 crc; /* CRC, not logged */
236 The code ensures that the CRC is only checked if the filesystem has CRCs enabled
237 by checking the superblock of the feature bit, and then if the CRC verifies OK
323 update the LSN field (when it was last modified) and calculate the CRC on the
329 Inodes and dquots are special snowflakes. They have per-object CRC and
332 verification and CRC calculations. The per-buffer verifiers simply perform basic
334 there are magic numbers in all the expected spots. All further CRC and
343 addition here is to add the LSN and CRC to the inode as it is copied back into
346 XXX: inode unlinked list modification doesn't recalculate the inode CRC! None of