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

/linux-master/fs/ubifs/
H A Dorphan.c355 if (c->ohead_lnum > c->orph_last) {
391 ubifs_assert(c, c->ohead_lnum <= c->orph_last);
419 for (lnum = c->ohead_lnum + 1; lnum <= c->orph_last; lnum++) {
563 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) {
777 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) {
990 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) {
H A Dsb.c774 c->orph_last = c->orph_first + c->orph_lebs - 1;
867 for (lnum = c->orph_first; lnum <= c->orph_last; lnum++) {
H A Dubifs.h1107 * @orph_last: last LEB of the orphan area
1367 int orph_last; member in struct:ubifs_info
H A Dsuper.c1585 c->orph_lebs, c->orph_first, c->orph_last);
H A Ddebug.c2537 } else if (lnum >= c->orph_first && lnum <= c->orph_last) {

Completed in 285 milliseconds