Searched refs:blkif_request_segment (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/xen/interface/io/
H A Dblkif.h165 * These pages are filled with an array of blkif_request_segment that hold the
169 * (PAGE_SIZE / sizeof(struct blkif_request_segment)) segments, so to
171 * ceil(indirect_segments / (PAGE_SIZE / sizeof(struct blkif_request_segment))).
187 struct blkif_request_segment { struct
202 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
/linux-master/drivers/block/xen-blkback/
H A Dcommon.h62 (XEN_PAGE_SIZE/sizeof(struct blkif_request_segment))
85 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
138 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST];
H A Dblkback.c921 struct blkif_request_segment *segments = NULL;
/linux-master/drivers/block/
H A Dxen-blkfront.c265 (XEN_PAGE_SIZE / sizeof(struct blkif_request_segment))
580 struct blkif_request_segment *segments;
668 (struct blkif_request_segment) {
674 (struct blkif_request_segment) {

Completed in 206 milliseconds