Searched refs:tp_bshift (Results 1 – 4 of 4) sorted by relevance
96 int tp_bshift; /* log2(TP_BSIZE) */ variable460 tp_bshift = ffs(TP_BSIZE) - 1; in main()461 if (TP_BSIZE != (1 << tp_bshift)) in main()
87 extern int tp_bshift; /* log2(TP_BSIZE) */
619 tbperdb = sblock->fs_bsize >> tp_bshift; in ufs1_blksout() 672 tbperdb = sblock->fs_bsize >> tp_bshift; in ufs2_blksout() 742 tbperdb = sblock->fs_bsize >> tp_bshift; in appendextdata() 789 tbperdb = sblock->fs_bsize >> tp_bshift; in writeextdata()
179 tpblks = size >> tp_bshift; in dumpblock()187 dblkno += avail << (tp_bshift - dev_bshift); in dumpblock()