Lines Matching defs:start_lnum
2071 * @start_lnum: LEB number from which to start scanning
2078 int ubifs_lpt_scan_nolock(struct ubifs_info *c, int start_lnum, int end_lnum,
2086 if (start_lnum == -1) {
2087 start_lnum = end_lnum + 1;
2088 if (start_lnum >= c->leb_cnt)
2089 start_lnum = c->main_first;
2092 ubifs_assert(c, start_lnum >= c->main_first && start_lnum < c->leb_cnt);
2109 /* Descend to the pnode containing start_lnum */
2111 i = start_lnum - c->main_first;
2200 start_lnum = c->main_first;