Home
last modified time | relevance | path

Searched refs:sumoff (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Drtsummary.c84 xchk_rtsumoff_t sumoff, in xfsum_load()
88 sumoff << XFS_WORDLOG); in xfsum_load()
94 xchk_rtsumoff_t sumoff, in xfsum_store()
98 sumoff << XFS_WORDLOG); in xfsum_store()
104 xchk_rtsumoff_t sumoff, in xfsum_copyout()
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()
82 xfsum_load( struct xfs_scrub *sc, xchk_rtsumoff_t sumoff, xfs_suminfo_t *info) xfsum_load() argument
92 xfsum_store( struct xfs_scrub *sc, xchk_rtsumoff_t sumoff, const xfs_suminfo_t info) xfsum_store() argument
102 xfsum_copyout( struct xfs_scrub *sc, xchk_rtsumoff_t sumoff, xfs_suminfo_t *info, unsigned int nr_words) xfsum_copyout() argument
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dthe_nilfs.c510 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local
517 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb()
520 sumoff); in nilfs_valid_sb()
522 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb()
523 bytes - sumoff - 4); in nilfs_valid_sb()
/kernel/linux/linux-6.6/fs/nilfs2/
H A 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()

Completed in 5 milliseconds