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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dlpt_commit.c1772 long long chk_lpt_sz, lpt_sz; local
1780 d->chk_lpt_sz = 0;
1796 d->chk_lpt_sz += len;
1799 d->chk_lpt_sz += len;
1804 chk_lpt_sz = c->leb_size;
1805 chk_lpt_sz *= d->chk_lpt_lebs;
1806 chk_lpt_sz += len - c->nhead_offs;
1807 if (d->chk_lpt_sz != chk_lpt_sz) {
1809 d->chk_lpt_sz, chk_lpt_s
[all...]
H A Ddebug.h39 * @chk_lpt_sz: used by LPT tree size checker
66 long long chk_lpt_sz; member in struct:ubifs_debug_info

Completed in 69 milliseconds