UBLK_F_AUTO_BUF_REG
return ubq->flags & UBLK_F_AUTO_BUF_REG;
return ub->dev_info.flags & UBLK_F_AUTO_BUF_REG;
UBLK_F_AUTO_BUF_REG))
UBLK_F_AUTO_BUF_REG))
| UBLK_F_AUTO_BUF_REG \
UBLK_F_AUTO_BUF_REG))
FEAT_NAME(UBLK_F_AUTO_BUF_REG),
ctx.flags |= UBLK_F_AUTO_BUF_REG;
!((ctx.flags & UBLK_F_AUTO_BUF_REG) &&
(ctx.flags & UBLK_F_AUTO_BUF_REG && !ctx.auto_zc_fallback) +
if ((ctx.flags & UBLK_F_AUTO_BUF_REG) &&
if (dev->dev_info.flags & (UBLK_F_SUPPORT_ZERO_COPY | UBLK_F_AUTO_BUF_REG)) {
return !!(q->flags & UBLK_F_AUTO_BUF_REG);