Home
last modified time | relevance | path

Searched refs:lpt_last (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ubifs/ !
H A Dmaster.c232 if (c->lpt_lnum < c->lpt_first || c->lpt_lnum > c->lpt_last || in validate_master()
238 if (c->nhead_lnum < c->lpt_first || c->nhead_lnum > c->lpt_last || in validate_master()
245 if (c->ltab_lnum < c->lpt_first || c->ltab_lnum > c->lpt_last || in validate_master()
253 c->lsave_lnum > c->lpt_last || c->lsave_offs < 0 || in validate_master()
H A Dlpt_commit.c134 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last); in upd_ltab()
231 lnum <= c->lpt_last); in layout_cnodes()
274 lnum <= c->lpt_last); in layout_cnodes()
294 lnum <= c->lpt_last); in layout_cnodes()
417 lnum <= c->lpt_last); in write_cnodes()
474 lnum <= c->lpt_last); in write_cnodes()
500 lnum <= c->lpt_last); in write_cnodes()
1684 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in dbg_check_ltab()
H A Dsb.c772 c->lpt_last = c->lpt_first + c->lpt_lebs - 1; in ubifs_read_superblock()
773 c->orph_first = c->lpt_last + 1; in ubifs_read_superblock()
856 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) { in fixup_free_space()
H A Dubifs.h1085 * @lpt_last: last LEB of the lprops table area
1345 int lpt_last; member
H A Ddebug.c2534 } else if (lnum >= c->lpt_first && lnum <= c->lpt_last) { in power_cut_emulated()