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

/u-boot/fs/ubifs/
H A Dlpt_commit.c1794 long long chk_lpt_sz, lpt_sz; local
1802 d->chk_lpt_sz = 0;
1818 d->chk_lpt_sz += len;
1821 d->chk_lpt_sz += len;
1826 chk_lpt_sz = c->leb_size;
1827 chk_lpt_sz *= d->chk_lpt_lebs;
1828 chk_lpt_sz += len - c->nhead_offs;
1829 if (d->chk_lpt_sz != chk_lpt_sz) {
1831 d->chk_lpt_sz, chk_lpt_s
[all...]
H A Ddebug.h40 * @chk_lpt_sz: used by LPT tree size checker
87 long long chk_lpt_sz; member in struct:ubifs_debug_info

Completed in 35 milliseconds