Home
last modified time | relevance | path

Searched refs:sumoff (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/fs/xfs/scrub/
Drtsummary.c84 xchk_rtsumoff_t sumoff, in xfsum_load() argument
88 sumoff << XFS_WORDLOG); in xfsum_load()
94 xchk_rtsumoff_t sumoff, in xfsum_store() argument
98 sumoff << XFS_WORDLOG); in xfsum_store()
104 xchk_rtsumoff_t sumoff, in xfsum_copyout() argument
109 sumoff << XFS_WORDLOG); in xfsum_copyout()
184 xchk_rtsumoff_t sumoff = 0; in xchk_rtsum_compare() local
213 error = xfsum_copyout(sc, sumoff, sc->buf, mp->m_blockwsize); in xchk_rtsum_compare()
224 sumoff += mp->m_blockwsize; in xchk_rtsum_compare()
/linux-6.6.21/fs/nilfs2/
Dthe_nilfs.c509 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local
516 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()
519 sumoff); in nilfs_valid_sb()
521 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb()
522 bytes - sumoff - 4); in nilfs_valid_sb()