Lines Matching defs:blkctr
999 * hib_info at offset blkctr and the vaddr specified at dest.
1004 * blkctr specifies a relative offset (relative to the start of swap),
1009 hibernate_block_io(union hibernate_info *hib, daddr_t blkctr,
1020 bp->b_blkno = blkctr;
1029 error, (long long)blkctr, xfer_size);
1384 paddr_t range_end, daddr_t *blkctr,
1404 if ((err = hibernate_write(hib, *blkctr,
1410 *blkctr += btodb(PAGE_SIZE);
1457 daddr_t blkctr = 0;
1503 chunks[i].offset = blkctr;
1536 &blkctr,
1566 if ((err = hibernate_write(hib, blkctr,
1573 blkctr += btodb(PAGE_SIZE);
1613 if ((err = hibernate_write(hib, blkctr,
1619 blkctr += btodb(used);
1621 chunks[i].compressed_size = dbtob(blkctr - chunks[i].offset);
1691 daddr_t blkctr;
1703 blkctr = hib->chunktable_offset;
1719 i += MAXPHYS, blkctr += btodb(MAXPHYS)) {
1720 if (hibernate_block_io(hib, blkctr, MAXPHYS,
1727 blkctr = hib->image_offset;
1782 daddr_t blkctr;
1850 blkctr = chunks[fchunks[i]].offset + hib->image_offset;
1880 err = hibernate_block_io(hib, blkctr, read_size,
1883 blkctr += btodb(read_size);