Searched refs:howmany_64 (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/xfs/scrub/ |
| H A D | stats.c | 218 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()
|
| H A D | bmap.c | 1005 howmany_64(irec->br_blockcount, XFS_MAX_BMBT_EXTLEN) < nr) in xchk_bmap_iext_iter()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_linux.h | 192 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64() function
|
| H A D | xfs_rtalloc.c | 760 nmp->m_sb.sb_rgcount = howmany_64(nmp->m_sb.sb_rextents, in xfs_growfs_rt_alloc_fake_mount() 1298 *new_rgcount = howmany_64(rblocks, mp->m_sb.sb_rgextents * rextsize); in xfs_growfs_rt_prep_groups()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_exchmaps.c | 651 return howmany_64(req->nr_exchanges, in xfs_exchmaps_bmbt_blocks() 665 return howmany_64(req->nr_exchanges, in xfs_exchmaps_rmapbt_blocks() 669 return howmany_64(req->nr_exchanges, in xfs_exchmaps_rmapbt_blocks()
|
| H A D | xfs_rtbitmap.c | 1277 return howmany_64(rtextents, xfs_rtbitmap_rtx_per_rbmblock(mp)); in xfs_rtbitmap_blockcount_len() 1324 return howmany_64(rsumwords, mp->m_blockwsize); in xfs_rtsummary_blockcount()
|
| H A D | xfs_sb.c | 274 return howmany_64(xfs_extents_per_rbm(sbp), in xfs_expected_rbmblocks() 423 groups = howmany_64(sbp->sb_rextents, sbp->sb_rgextents); in xfs_validate_sb_rtgroups()
|
| H A D | xfs_btree.c | 4972 unsigned long long level_blocks = howmany_64(records, limits[0]); in xfs_btree_compute_maxlevels() 4976 level_blocks = howmany_64(level_blocks, limits[1]); in xfs_btree_compute_maxlevels() 4992 unsigned long long level_blocks = howmany_64(records, limits[0]); in xfs_btree_calc_size() 4996 level_blocks = howmany_64(level_blocks, limits[1]); in xfs_btree_calc_size()
|
| H A D | xfs_bmap.c | 90 maxblocks = howmany_64(maxleafents, minleafrecs); in xfs_bmap_compute_maxlevels() 95 maxblocks = howmany_64(maxblocks, minnoderecs); in xfs_bmap_compute_maxlevels()
|