Searched refs:sumoff (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rtsummary.c | 117 xfs_rtsumoff_t sumoff, in xfsum_load() argument 122 sumoff << XFS_WORDLOG); in xfsum_load() 128 xfs_rtsumoff_t sumoff, in xfsum_store() argument 133 sumoff << XFS_WORDLOG); in xfsum_store() 139 xfs_rtsumoff_t sumoff, in xfsum_copyout() argument 144 sumoff << XFS_WORDLOG); in xfsum_copyout() 237 xfs_rtsumoff_t sumoff = 0; in xchk_rtsum_compare() local 282 error = xfsum_copyout(sc, sumoff, rts->words, mp->m_blockwsize); in xchk_rtsum_compare() 297 sumoff += mp->m_blockwsize; in xchk_rtsum_compare()
|
| H A D | rtsummary.h | 28 int xfsum_copyout(struct xfs_scrub *sc, xfs_rtsumoff_t sumoff,
|
| /linux/fs/nilfs2/ |
| H A D | the_nilfs.c | 526 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local 533 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()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.h | 20 xfs_fileoff_t sumoff; /* summary block number */ member
|