Lines Matching refs:start
144 c->bud_bytes += c->leb_size - bud->start;
147 bud->start, dbg_jhead(bud->jhead), c->bud_bytes);
213 * If the journal is full enough - start background commit. Note, it is
225 bud->start = offs;
231 ref->offs = cpu_to_le32(bud->start);
247 if (bud->start == 0) {
319 c->cmt_bud_bytes += wbuf->offs - bud->start;
321 bud->lnum, bud->start, dbg_jhead(bud->jhead),
322 wbuf->offs - bud->start, c->cmt_bud_bytes);
323 bud->start = wbuf->offs;
325 c->cmt_bud_bytes += c->leb_size - bud->start;
327 bud->lnum, bud->start, dbg_jhead(bud->jhead),
328 c->leb_size - bud->start, c->cmt_bud_bytes);
344 * ubifs_log_start_commit - start commit.
348 * The commit operation starts with writing "commit start" node to the log and
350 * the commit has been finished. The commit start and reference nodes are
386 * Note, we do not lock 'c->log_mutex' because this is the commit start
433 dbg_log("writing commit start at LEB %d:0, len %d", c->lhead_lnum, len);
472 * writes during commit. Its only short "commit" start phase when
752 bud_bytes += c->leb_size - bud->start;