Searched refs:bounce (Results 1 – 4 of 4) sorted by relevance
62 lim->bounce = BLK_BOUNCE_NONE; in blk_set_default_limits()107 void blk_queue_bounce_limit(struct request_queue *q, enum blk_bounce bounce) in blk_queue_bounce_limit() argument109 q->limits.bounce = bounce; in blk_queue_bounce_limit()599 t->bounce = max(t->bounce, b->bounce); in blk_stack_limits()
216 bool bounce = false; in __blk_queue_bounce() local223 bounce = true; in __blk_queue_bounce()225 if (!bounce) in __blk_queue_bounce()
14 obj-$(CONFIG_BOUNCE) += bounce.o
365 q->limits.bounce == BLK_BOUNCE_HIGH && in blk_queue_may_bounce()