Searched refs:roundup_64 (Results 1 – 4 of 4) sorted by relevance
659 new_last_fsb = roundup_64(last_fsb, mp->m_swidth); in xfs_iomap_write_delay()676 new_last_fsb = roundup_64(last_fsb, mp->m_dalign); in xfs_iomap_write_delay()692 new_last_fsb = roundup_64(last_fsb, mp->m_sb.sb_rextsize); in xfs_iomap_write_delay()
1971 nrbmblocks = roundup_64(nrextents, NBBY * sbp->sb_blocksize); in xfs_growfs_rt()
4118 e = roundup_64(startoffset_fsb + allocatesize_fsb, in xfs_alloc_file_space()
381 static inline __uint64_t roundup_64(__uint64_t x, __uint32_t y) in roundup_64() function