Searched refs:FSS_BTOCL (Results 1 – 2 of 2) sorted by relevance
663 cl = FSS_BTOCL(sc, dbtob(bp->b_blkno)); in fss_copy_on_write()664 ch = FSS_BTOCL(sc, dbtob(bp->b_blkno)+bp->b_bcount-1); in fss_copy_on_write()891 sc->sc_clcount = FSS_BTOCL(sc, bsize-1)+1; in fss_create_snapshot()898 sc->sc_indir_size = FSS_BTOCL(sc, len)+1; in fss_create_snapshot()1275 cl = FSS_BTOCL(sc, dbtob(bp->b_blkno)); in fss_bs_thread()1277 ch = FSS_BTOCL(sc, dbtob(bp->b_blkno)+bp->b_bcount-1); in fss_bs_thread()
87 #define FSS_BTOCL(sc, off) \ macro