Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlpt_commit.c1787 long long chk_lpt_sz, lpt_sz; in dbg_chk_lpt_sz() local
1795 d->chk_lpt_sz = 0; in dbg_chk_lpt_sz()
1811 d->chk_lpt_sz += len; in dbg_chk_lpt_sz()
1814 d->chk_lpt_sz += len; in dbg_chk_lpt_sz()
1819 chk_lpt_sz = c->leb_size; in dbg_chk_lpt_sz()
1820 chk_lpt_sz *= d->chk_lpt_lebs; in dbg_chk_lpt_sz()
1821 chk_lpt_sz += len - c->nhead_offs; in dbg_chk_lpt_sz()
1822 if (d->chk_lpt_sz != chk_lpt_sz) { in dbg_chk_lpt_sz()
1824 d->chk_lpt_sz, chk_lpt_sz); in dbg_chk_lpt_sz()
1827 if (d->chk_lpt_sz > c->lpt_sz) { in dbg_chk_lpt_sz()
[all …]
Ddebug.h98 long long chk_lpt_sz; member