Home
last modified time | relevance | path

Searched refs:bv_resid (Results 1 – 3 of 3) sorted by relevance

/drivers/block/aoe/
Daoecmd.c233 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()
Daoeblk.c194 buf->bv_resid = buf->bv->bv_len; in aoeblk_make_request()
195 WARN_ON(buf->bv_resid == 0); in aoeblk_make_request()
Daoe.h107 ulong bv_resid; member