Lines Matching full:wbuf
57 * ubifs_get_wbuf - get the wbuf associated with a LEB, if there is one.
61 * This functions returns the wbuf for @lnum or %NULL if there is not one.
83 return &c->jheads[jhead].wbuf; in ubifs_get_wbuf()
303 struct ubifs_wbuf *wbuf; in remove_buds() local
307 wbuf = &c->jheads[bud->jhead].wbuf; in remove_buds()
309 if (wbuf->lnum == bud->lnum) { in remove_buds()
314 c->cmt_bud_bytes += wbuf->offs - bud->start; in remove_buds()
317 wbuf->offs - bud->start, c->cmt_bud_bytes); in remove_buds()
318 bud->start = wbuf->offs; in remove_buds()
381 int lnum = c->jheads[i].wbuf.lnum; in ubifs_log_start_commit()
382 int offs = c->jheads[i].wbuf.offs; in ubifs_log_start_commit()