Symbol: howmany_64
fs/xfs/libxfs/xfs_bmap.c
90
maxblocks = howmany_64(maxleafents, minleafrecs);
fs/xfs/libxfs/xfs_bmap.c
95
maxblocks = howmany_64(maxblocks, minnoderecs);
fs/xfs/libxfs/xfs_btree.c
4973
unsigned long long level_blocks = howmany_64(records, limits[0]);
fs/xfs/libxfs/xfs_btree.c
4977
level_blocks = howmany_64(level_blocks, limits[1]);
fs/xfs/libxfs/xfs_btree.c
4993
unsigned long long level_blocks = howmany_64(records, limits[0]);
fs/xfs/libxfs/xfs_btree.c
4997
level_blocks = howmany_64(level_blocks, limits[1]);
fs/xfs/libxfs/xfs_exchmaps.c
651
return howmany_64(req->nr_exchanges,
fs/xfs/libxfs/xfs_exchmaps.c
665
return howmany_64(req->nr_exchanges,
fs/xfs/libxfs/xfs_exchmaps.c
669
return howmany_64(req->nr_exchanges,
fs/xfs/libxfs/xfs_rtbitmap.c
1277
return howmany_64(rtextents, xfs_rtbitmap_rtx_per_rbmblock(mp));
fs/xfs/libxfs/xfs_rtbitmap.c
1324
return howmany_64(rsumwords, mp->m_blockwsize);
fs/xfs/libxfs/xfs_sb.c
272
return howmany_64(xfs_extents_per_rbm(sbp),
fs/xfs/libxfs/xfs_sb.c
436
groups = howmany_64(sbp->sb_rextents, sbp->sb_rgextents);
fs/xfs/scrub/bmap.c
1005
howmany_64(irec->br_blockcount, XFS_MAX_BMBT_EXTLEN) < nr)
fs/xfs/scrub/stats.c
218
css->checktime_us += howmany_64(run->scrub_ns, NSEC_PER_USEC);
fs/xfs/scrub/stats.c
224
css->repairtime_us += howmany_64(run->repair_ns, NSEC_PER_USEC);
fs/xfs/xfs_rtalloc.c
1330
*new_rgcount = howmany_64(rblocks, mp->m_sb.sb_rgextents * rextsize);
fs/xfs/xfs_rtalloc.c
761
nmp->m_sb.sb_rgcount = howmany_64(nmp->m_sb.sb_rextents,