Searched refs:tp_bshift (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sbin/dump/
H A Dmain.c106 int tp_bshift; variable
558 tp_bshift = ffs(TP_BSIZE) - 1;
559 if (TP_BSIZE != (1 << tp_bshift))
H A Ddump.h147 extern int tp_bshift; /* log2(TP_BSIZE) */
H A Dtraverse.c661 tbperdb = ufsib->ufs_bsize >> tp_bshift;
708 tbperdb = ufsib->ufs_bsize >> tp_bshift;
780 tbperdb = ufsib->ufs_bsize >> tp_bshift;
829 tbperdb = ufsib->ufs_bsize >> tp_bshift;
H A Dtape.c178 tpblks = size >> tp_bshift;
186 dblkno += avail << (tp_bshift - dev_bshift);

Completed in 144 milliseconds