Lines Matching refs:blkno
302 makefs_daddr_t bno, blkno; in ffs_alloccg() local
367 blkno = cg * fs->fs_fpg + bno; in ffs_alloccg()
369 return blkno; in ffs_alloccg()
387 makefs_daddr_t blkno; in ffs_alloccgblk() local
414 blkno = fragstoblks(fs, bno); in ffs_alloccgblk()
415 ffs_clrblock(fs, blksfree_swap, (long)blkno); in ffs_alloccgblk()
416 ffs_clusteracct(fs, cgp, blkno, -1); in ffs_alloccgblk()
425 blkno = ufs_rw32(cgp->cg_cgx, needswap) * fs->fs_fpg + bno; in ffs_alloccgblk()
426 return (blkno); in ffs_alloccgblk()
618 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct() argument
634 setbit(freemapp, blkno); in ffs_clusteracct()
636 clrbit(freemapp, blkno); in ffs_clusteracct()
640 start = blkno + 1; in ffs_clusteracct()
661 start = blkno - 1; in ffs_clusteracct()