Home
last modified time | relevance | path

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

/original-bsd/sbin/dump/
H A Ddump.h60 int tp_bshift; /* log2(TP_BSIZE) */ variable
H A Dmain.c281 tp_bshift = ffs(TP_BSIZE) - 1;
282 if (TP_BSIZE != (1 << tp_bshift))
H A Dtape.c165 tpblks = size >> tp_bshift;
173 dblkno += avail << (tp_bshift - dev_bshift);
H A Dtraverse.c425 tbperdb = sblock->fs_bsize >> tp_bshift;