Searched refs:sumoff (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/scrub/ |
| A D | rtsummary.c | 116 xfs_rtsumoff_t sumoff, in xfsum_load() argument 121 sumoff << XFS_WORDLOG); in xfsum_load() 127 xfs_rtsumoff_t sumoff, in xfsum_store() argument 132 sumoff << XFS_WORDLOG); in xfsum_store() 138 xfs_rtsumoff_t sumoff, in xfsum_copyout() argument 143 sumoff << XFS_WORDLOG); in xfsum_copyout() 231 xfs_rtsumoff_t sumoff = 0; in xchk_rtsum_compare() local 275 error = xfsum_copyout(sc, sumoff, rts->words, mp->m_blockwsize); in xchk_rtsum_compare() 290 sumoff += mp->m_blockwsize; in xchk_rtsum_compare()
|
| A D | rtsummary.h | 28 int xfsum_copyout(struct xfs_scrub *sc, xfs_rtsumoff_t sumoff,
|
| /linux/fs/nilfs2/ |
| A D | the_nilfs.c | 513 const int sumoff = offsetof(struct nilfs_super_block, s_sum); in nilfs_valid_sb() local 520 if (bytes < sumoff + 4 || bytes > BLOCK_SIZE) in nilfs_valid_sb() 523 sumoff); in nilfs_valid_sb() 525 crc = crc32_le(crc, (unsigned char *)sbp + sumoff + 4, in nilfs_valid_sb() 526 bytes - sumoff - 4); in nilfs_valid_sb()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rtbitmap.h | 17 xfs_fileoff_t sumoff; /* summary block number */ member
|
| A D | xfs_rtbitmap.c | 66 args->sumoff = NULLFILEOFF; in xfs_rtbuf_cache_relse() 92 coffp = &args->sumoff; in xfs_rtbuf_get()
|
Completed in 13 milliseconds