Searched refs:bv_resid (Results 1 – 3 of 3) sorted by relevance
233 if (bcnt > buf->bv_resid) in aoecmd_ata_rw()234 bcnt = buf->bv_resid; in aoecmd_ata_rw()275 buf->bv_resid -= bcnt; in aoecmd_ata_rw()280 } else if (buf->bv_resid == 0) { in aoecmd_ata_rw()282 buf->bv_resid = bv->bv_len; in aoecmd_ata_rw()283 WARN_ON(buf->bv_resid == 0); in aoecmd_ata_rw()
194 buf->bv_resid = buf->bv->bv_len; in aoeblk_make_request()195 WARN_ON(buf->bv_resid == 0); in aoeblk_make_request()
107 ulong bv_resid; member