Searched refs:sumoff (Results 1 – 1 of 1) sorted by relevance
434 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local441 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()444 sumoff); in nilfs_valid_sb()446 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb()447 bytes - sumoff - 4); in nilfs_valid_sb()