Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlpt_commit.c1800 d->chk_lpt_sz2 = 0; in dbg_chk_lpt_sz()
1836 if (d->chk_lpt_sz2 && d->chk_lpt_sz != d->chk_lpt_sz2) { in dbg_chk_lpt_sz()
1838 d->chk_lpt_sz, d->chk_lpt_sz2); in dbg_chk_lpt_sz()
1841 if (d->chk_lpt_sz2 && d->new_nhead_offs != len) { in dbg_chk_lpt_sz()
1861 d->chk_lpt_sz2 = d->chk_lpt_sz; in dbg_chk_lpt_sz()
H A Ddebug.h88 long long chk_lpt_sz2; member
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlpt_commit.c1756 d->chk_lpt_sz2 = 0; in dbg_chk_lpt_sz()
1792 if (d->chk_lpt_sz2 && d->chk_lpt_sz != d->chk_lpt_sz2) { in dbg_chk_lpt_sz()
1794 d->chk_lpt_sz, d->chk_lpt_sz2); in dbg_chk_lpt_sz()
1797 if (d->chk_lpt_sz2 && d->new_nhead_offs != len) { in dbg_chk_lpt_sz()
1817 d->chk_lpt_sz2 = d->chk_lpt_sz; in dbg_chk_lpt_sz()
H A Ddebug.h87 long long chk_lpt_sz2; member