Searched refs:d_howmany (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 378 t = d_howmany(ip->di_size, (unsigned)tp_bsize); 384 s += d_howmany(t - 398 f_esize += d_howmany(msiz * sizeof (map[0]), (unsigned)tp_bsize);
|
H A D | dumptraverse.c | 540 d_howmany(bytes, (u_offset_t)tp_bsize); 551 tpblkskip = d_howmany(diff, (u_offset_t)tp_bsize); 559 tpblkoff = d_howmany(bytecnt, 572 count = d_howmany(bytes, (u_offset_t)tp_bsize); 611 j += d_howmany(bytecnt, (u_offset_t)tp_bsize); 638 count = d_howmany(msiz * sizeof (map[0]), tp_bsize) - pos;
|
H A D | dump.h | 88 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
|
H A D | dumpmain.c | 808 msiz = roundup(d_howmany(sblock->fs_ipg * sblock->fs_ncg, NBBY), in main()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.h | 392 #define d_howmany(x, y) ((x) / (y) + ((x) % (y) != 0)) macro
|
H A D | tape.c | 340 mapsize = (size_t)d_howmany(maxino > MAXINO ? maxino : MAXINO, NBBY); in setup() 370 mapsize = (size_t)d_howmany(maxino, NBBY); in setup() 1417 increment = d_howmany( in xtrmap()
|