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