Lines Matching refs:LFS_SBPAD
928 * Note that because LFS_SBPAD is substantially larger
936 error = bread(devvp, sb_addr, LFS_SBPAD, 0, &primarybuf);
991 lfs_sb_getsboff(primarysb, 1) - LFS_LABELPAD / fsbsize > LFS_SBPAD / fsbsize)
994 LFS_SBPAD, 0, &altbuf);
1392 avail -= nsb * lfs_btofsb(fs, LFS_SBPAD);
1401 (intmax_t)lfs_btofsb(fs, LFS_SBPAD),
2511 sbbytes += LFS_SBPAD;
2515 csbbytes += LFS_SBPAD;
2607 * dsize = lfs_segtod(fs, nseg - minfreeseg) - lfs_btofsb(#super * LFS_SBPAD)
2609 * avail = lfs_segtod(fs, nclean) - lfs_btofsb(#clean_super * LFS_SBPAD)