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