Searched refs:sumoff (Results 1 – 3 of 3) sorted by relevance
28 int xfsum_copyout(struct xfs_scrub *sc, xfs_rtsumoff_t sumoff,
526 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local533 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()536 sumoff); in nilfs_valid_sb()538 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb()539 bytes - sumoff - 4); in nilfs_valid_sb()
20 xfs_fileoff_t sumoff; /* summary block number */ member