Home
last modified time | relevance | path

Searched refs:chk_lpt_sz2 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/ubifs/
Dlpt_commit.c1799 d->chk_lpt_sz2 = 0; in dbg_chk_lpt_sz()
1835 if (d->chk_lpt_sz2 && d->chk_lpt_sz != d->chk_lpt_sz2) { in dbg_chk_lpt_sz()
1837 d->chk_lpt_sz, d->chk_lpt_sz2); in dbg_chk_lpt_sz()
1840 if (d->chk_lpt_sz2 && d->new_nhead_offs != len) { in dbg_chk_lpt_sz()
1860 d->chk_lpt_sz2 = d->chk_lpt_sz; in dbg_chk_lpt_sz()
Ddebug.h87 long long chk_lpt_sz2; member