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

/u-boot/fs/ubifs/
H A Dlpt.c1921 * @start_lnum: LEB number from which to start scanning
1928 int ubifs_lpt_scan_nolock(struct ubifs_info *c, int start_lnum, int end_lnum, argument
1936 if (start_lnum == -1) {
1937 start_lnum = end_lnum + 1;
1938 if (start_lnum >= c->leb_cnt)
1939 start_lnum = c->main_first;
1942 ubifs_assert(start_lnum >= c->main_first && start_lnum < c->leb_cnt);
1959 /* Descend to the pnode containing start_lnum */
1961 i = start_lnum
[all...]
H A Dubifs.h2294 int ubifs_lpt_scan_nolock(struct ubifs_info *c, int start_lnum, int end_lnum,

Completed in 104 milliseconds