do_bounce
int do_bounce = 0;
do_bounce = 1;
do_bounce = 1;
if (do_bounce) {
int do_bounce = 0;
do_bounce = 1;
if (reason_valid && !do_bounce) {
do_bounce = ppd->port_error_action &
if (reason_valid && !do_bounce) {
do_bounce = ppd->port_error_action &
if (do_bounce) {
do_bounce(map->orig_phys + offset, addr + head_offset, sz, dir);
rpage = do_bounce ? con->bounce_page : page;
if (do_bounce)
bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE);
if (do_bounce && unlikely(!con->bounce_page)) {