Lines Matching refs:table_start
374 uint64_t table_start, table_end; in dmstrategy() local
420 table_start = table_en->start * DEV_BSIZE; in dmstrategy()
421 table_end = table_start + table_en->length * DEV_BSIZE; in dmstrategy()
426 start = MAX(table_start, buf_start); in dmstrategy()
432 PRIu64 "\n", table_start, table_end); in dmstrategy()
457 nestbuf->b_bio1.bio_offset = start - table_start; in dmstrategy()
479 uint64_t table_start, table_end; in dmdump() local
497 table_start = table_en->start * DEV_BSIZE; in dmdump()
498 table_end = table_start + table_en->length * DEV_BSIZE; in dmdump()
503 start = MAX(table_start, buf_start); in dmdump()
521 end - start, start - table_start); in dmdump()