Searched refs:sumoff (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rtsummary.c | 121 xfs_rtsumoff_t sumoff, in xfsum_load() argument 126 sumoff << XFS_WORDLOG); in xfsum_load() 132 xfs_rtsumoff_t sumoff, in xfsum_store() argument 137 sumoff << XFS_WORDLOG); in xfsum_store() 143 xfs_rtsumoff_t sumoff, in xfsum_copyout() argument 148 sumoff << XFS_WORDLOG); in xfsum_copyout() 241 xfs_rtsumoff_t sumoff = 0; in xchk_rtsum_compare() local 286 error = xfsum_copyout(sc, sumoff, rts->words, mp->m_blockwsize); in xchk_rtsum_compare() 301 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
|
| H A D | xfs_rtbitmap.c | 141 args->sumoff = NULLFILEOFF; in xfs_rtbuf_cache_relse() 168 coffp = &args->sumoff; in xfs_rtbuf_get()
|