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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ubifs/
H A Drecovery.c783 int next_lnum; local
786 next_lnum = lnum + 1;
787 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs)
788 next_lnum = UBIFS_LOG_LNUM;
789 if (next_lnum != c->ltail_lnum) {
794 sleb = ubifs_scan(c, next_lnum, 0, sbuf, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ubifs/
H A Drecovery.c783 int next_lnum; local
786 next_lnum = lnum + 1;
787 if (next_lnum >= UBIFS_LOG_LNUM + c->log_lebs)
788 next_lnum = UBIFS_LOG_LNUM;
789 if (next_lnum != c->ltail_lnum) {
794 sleb = ubifs_scan(c, next_lnum, 0, sbuf, 0);

Completed in 216 milliseconds