Home
last modified time | relevance | path

Searched refs:sw_first (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/vm/
H A Dswap_pager.h60 __daddr_t sw_first; member
H A Dswap_pager.c819 blk += sp->sw_first; in swp_pager_getswapspace()
841 return (blk >= sp->sw_first && blk < sp->sw_end); in swp_pager_isondev()
892 blist_free(sp->sw_blist, blk - sp->sw_first, in swp_pager_freeswapspace()
2413 sp->sw_first = dvbase; in swaponsomething()
2846 bio->bio_offset = (bp->b_blkno - sp->sw_first) * PAGE_SIZE; in swapgeom_strategy()
2986 bp->b_blkno = ctodb(bp->b_blkno - sp->sw_first); in swapdev_strategy()