Searched refs:tp_bshift (Results 1 – 4 of 4) sorted by relevance
90 int tp_bshift; /* log2(TP_BSIZE) */ variable
632 tbperdb = sblock->fs_bsize >> tp_bshift; in ufs1_blksout()679 tbperdb = sblock->fs_bsize >> tp_bshift; in ufs2_blksout()748 tbperdb = sblock->fs_bsize >> tp_bshift; in appendextdata()794 tbperdb = sblock->fs_bsize >> tp_bshift; in writeextdata()
455 tp_bshift = ffs(TP_BSIZE) - 1; in main()456 if (TP_BSIZE != (1 << tp_bshift)) in main()
181 tpblks = size >> tp_bshift; in dumpblock()189 dblkno += avail << (tp_bshift - dev_bshift); in dumpblock()