Home | History | Annotate | Download | only in ubifs

Lines Matching refs:wbuf

56  * ubifs_get_wbuf - get the wbuf associated with a LEB, if there is one.
60 * This functions returns the wbuf for @lnum or %NULL if there is not one.
82 return &c->jheads[jhead].wbuf;
302 struct ubifs_wbuf *wbuf;
306 wbuf = &c->jheads[bud->jhead].wbuf;
308 if (wbuf->lnum == bud->lnum) {
313 c->cmt_bud_bytes += wbuf->offs - bud->start;
316 wbuf->offs - bud->start, c->cmt_bud_bytes);
317 bud->start = wbuf->offs;
380 int lnum = c->jheads[i].wbuf.lnum;
381 int offs = c->jheads[i].wbuf.offs;