Searched refs:cmt_bud_bytes (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ubifs/
H A Dlog.c302 c->cmt_bud_bytes = 0;
319 c->cmt_bud_bytes += wbuf->offs - bud->start;
320 dbg_log("preserve %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld",
322 wbuf->offs - bud->start, c->cmt_bud_bytes);
325 c->cmt_bud_bytes += c->leb_size - bud->start;
326 dbg_log("remove %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld",
328 c->leb_size - bud->start, c->cmt_bud_bytes);
488 c->bud_bytes -= c->cmt_bud_bytes;
H A Dubifs.h1037 * @cmt_bud_bytes: used during commit to temporarily amount of bytes in
1299 long long cmt_bud_bytes; member in struct:ubifs_info

Completed in 221 milliseconds