Searched refs:cmt_bud_bytes (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ubifs/ |
H A D | log.c | 302 c->cmt_bud_bytes = 0; in remove_buds() 319 c->cmt_bud_bytes += wbuf->offs - bud->start; in remove_buds() 320 dbg_log("preserve %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds() 322 wbuf->offs - bud->start, c->cmt_bud_bytes); in remove_buds() 325 c->cmt_bud_bytes += c->leb_size - bud->start; in remove_buds() 326 dbg_log("remove %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds() 328 c->leb_size - bud->start, c->cmt_bud_bytes); in remove_buds() 488 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit()
|
H A D | ubifs.h | 1018 * @cmt_bud_bytes: used during commit to temporarily amount of bytes in 1280 long long cmt_bud_bytes; member
|