Home
last modified time | relevance | path

Searched refs:first_sect (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/xen/interface/io/
H A Dblkif.h565 uint8_t first_sect, last_sect; member
/freebsd-12.1/sys/dev/xen/blkback/
H A Dblkback.c466 uint8_t first_sect; member
1687 xbb_sg->first_sect = sg->first_sect; in xbb_dispatch_io()
1691 sg->first_sect + 1); in xbb_dispatch_io()
1805 ring_req->seg[i].first_sect + 1); in xbb_count_sects()
2130 && (xbb_sg->first_sect != 0)) { in xbb_dispatch_dev()
2165 xbb_sg->first_sect); in xbb_dispatch_dev()
2311 if (xbb_sg->first_sect != 0) in xbb_dispatch_file()
2317 seg_idx, xbb_sg->first_sect); in xbb_dispatch_file()
2328 xbb_sg->first_sect); in xbb_dispatch_file()
/freebsd-12.1/sys/dev/xen/blkfront/
H A Dblkfront.c202 .first_sect = fsect, in xbd_mksegarray()