Searched refs:log_last (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dmisc.h273 if (lnum > c->log_last)
H A Dsb.c770 c->log_last = UBIFS_LOG_LNUM + c->log_lebs - 1;
H A Dubifs.h1101 * @log_last: last LEB of the log
1361 int log_last; member in struct:ubifs_info
H A Dsuper.c1581 c->log_lebs, UBIFS_LOG_LNUM, c->log_last);
H A Ddebug.c2525 } else if (lnum >= UBIFS_LOG_LNUM && lnum <= c->log_last) {

Completed in 151 milliseconds