Lines Matching refs:blkno
293 daddr_t bno, blkno; in ffs_alloccg() local
357 blkno = cg * fs->fs_fpg + bno; in ffs_alloccg()
359 return blkno; in ffs_alloccg()
377 daddr_t blkno; in ffs_alloccgblk() local
404 blkno = fragstoblks(fs, bno); in ffs_alloccgblk()
405 ffs_clrblock(fs, blksfree_swap, (long)blkno); in ffs_alloccgblk()
406 ffs_clusteracct(fs, cgp, blkno, -1); in ffs_alloccgblk()
411 blkno = ufs_rw32(cgp->cg_cgx, needswap) * fs->fs_fpg + bno; in ffs_alloccgblk()
412 return (blkno); in ffs_alloccgblk()
594 ffs_clusteracct(struct fs *fs, struct cg *cgp, int32_t blkno, int cnt) in ffs_clusteracct() argument
610 setbit(freemapp, blkno); in ffs_clusteracct()
612 clrbit(freemapp, blkno); in ffs_clusteracct()
616 start = blkno + 1; in ffs_clusteracct()
637 start = blkno - 1; in ffs_clusteracct()