Home
last modified time | relevance | path

Searched refs:howmany_64 (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dstats.c218 css->checktime_us += howmany_64(run->scrub_ns, NSEC_PER_USEC); in xchk_stats_merge_one()
224 css->repairtime_us += howmany_64(run->repair_ns, NSEC_PER_USEC); in xchk_stats_merge_one()
/linux/fs/xfs/
H A Dxfs_platform.h200 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64() function
H A Dxfs_rtalloc.c761 nmp->m_sb.sb_rgcount = howmany_64(nmp->m_sb.sb_rextents, in xfs_growfs_rt_alloc_fake_mount()
1330 *new_rgcount = howmany_64(rblocks, mp->m_sb.sb_rgextents * rextsize); in xfs_growfs_rt_prep_groups()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c272 return howmany_64(xfs_extents_per_rbm(sbp), in xfs_expected_rbmblocks()
436 groups = howmany_64(sbp->sb_rextents, sbp->sb_rgextents); in xfs_validate_sb_rtgroups()