Searched refs:max_indirect_segments (Results 1 – 1 of 1) sorted by relevance
155 unsigned int max_indirect_segments; member620 BUG_ON(info->max_indirect_segments == 0 && in blkif_queue_rw_req()622 BUG_ON(info->max_indirect_segments && in blkif_queue_rw_req()623 GREFS(req->nr_phys_segments) > info->max_indirect_segments); in blkif_queue_rw_req()859 info->max_indirect_segments ? "enabled;" : "disabled;"); in xlvbd_flush()1001 info->max_indirect_segments ? : in xlvbd_alloc_gendisk()1682 segs = info->max_indirect_segments ? : BLKIF_MAX_SEGMENTS_PER_REQUEST; in blkif_recover()1859 if (info->max_indirect_segments == 0) in blkfront_setup_indirect()1862 grants = info->max_indirect_segments; in blkfront_setup_indirect()1870 if (!info->feature_persistent && info->max_indirect_segments) { in blkfront_setup_indirect()[all …]