Home
last modified time | relevance | path

Searched refs:cmt_bud_bytes (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c297 c->cmt_bud_bytes = 0; 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()
320 c->cmt_bud_bytes += c->leb_size - bud->start; in remove_buds()
323 c->leb_size - bud->start, c->cmt_bud_bytes); in remove_buds()
472 c->bud_bytes -= c->cmt_bud_bytes; in ubifs_log_end_commit()
H A Dubifs.h1854 long long cmt_bud_bytes; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c302 c->cmt_bud_bytes = 0; in remove_buds()
319 c->cmt_bud_bytes += wbuf->offs - bud->start; 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()
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 Dubifs.h1272 long long cmt_bud_bytes; member