Home
last modified time | relevance | path

Searched refs:d_howmany (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c364 t = d_howmany(ip->di_size, (unsigned)tp_bsize); in est()
370 s += d_howmany(t - in est()
383 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize); in bmapest()
H A Ddumptraverse.c512 d_howmany(bytes, (u_offset_t)tp_bsize); in lf_blksout()
523 tpblkskip = d_howmany(diff, (u_offset_t)tp_bsize); in lf_blksout()
531 tpblkoff = d_howmany(bytecnt, in lf_blksout()
544 count = d_howmany(bytes, (u_offset_t)tp_bsize); in lf_blksout()
583 j += d_howmany(bytecnt, (u_offset_t)tp_bsize); in lf_blksout()
608 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos; in bitmap()
H A Ddump.h88 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
H A Ddumpmain.c847 msiz = roundup(d_howmany(sblock->fs_ipg * sblock->fs_ncg, NBBY), in main()
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h366 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
H A Dtape.c341 mapsize = (size_t)d_howmany(maxino > MAXINO ? maxino : MAXINO, NBBY); in setup()
371 mapsize = (size_t)d_howmany(maxino, NBBY); in setup()
1414 increment = d_howmany( in xtrmap()