Searched refs:sumoff (Results 1 – 1 of 1) sorted by relevance
429 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local436 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()439 sumoff); in nilfs_valid_sb()441 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb()442 bytes - sumoff - 4); in nilfs_valid_sb()