Searched refs:lpt_first (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt_commit.c132 lnum, c->ltab[lnum - c->lpt_first].free,
133 c->ltab[lnum - c->lpt_first].dirty, free, dirty);
134 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last);
135 c->ltab[lnum - c->lpt_first].free = free;
136 c->ltab[lnum - c->lpt_first].dirty += dirty;
153 n = *lnum - c->lpt_first + 1;
159 *lnum = i + c->lpt_first;
169 *lnum = i + c->lpt_first;
230 ubifs_assert(c, lnum >= c->lpt_first &&
273 ubifs_assert(c, lnum >= c->lpt_first
[all...]
H A Dsb.c85 int lpt_lebs, lpt_first, orph_lebs, big_lpt, ino_waste, sup_flags = 0; local
150 lpt_first = UBIFS_LOG_LNUM + log_lebs;
153 err = ubifs_create_dflt_lpt(c, &main_lebs, lpt_first, &lpt_lebs,
158 dbg_gen("LEB Properties Tree created (LEBs %d-%d)", lpt_first,
159 lpt_first + lpt_lebs - 1);
771 c->lpt_first = UBIFS_LOG_LNUM + c->log_lebs;
772 c->lpt_last = c->lpt_first + c->lpt_lebs - 1;
856 for (lnum = c->lpt_first; lnum <= c->lpt_last; lnum++) {
857 int free = c->ltab[lnum - c->lpt_first].free;
H A Dlpt.c388 pack_bits(c, &addr, &pos, lnum - c->lpt_first, c->lpt_lnum_bits);
457 lnum, dirty, c->ltab[lnum - c->lpt_first].dirty);
458 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last);
459 c->ltab[lnum - c->lpt_first].dirty += dirty;
472 lnum, c->ltab[lnum - c->lpt_first].free,
473 c->ltab[lnum - c->lpt_first].dirty, free, dirty);
474 ubifs_assert(c, lnum >= c->lpt_first && lnum <= c->lpt_last);
475 c->ltab[lnum - c->lpt_first].free = free;
476 c->ltab[lnum - c->lpt_first].dirty = dirty;
592 * @lpt_first
599 ubifs_create_dflt_lpt(struct ubifs_info *c, int *main_lebs, int lpt_first, int *lpt_lebs, int *big_lpt, u8 *hash) argument
[all...]
H A Dmaster.c229 if (c->lpt_lnum < c->lpt_first || c->lpt_lnum > c->lpt_last ||
235 if (c->nhead_lnum < c->lpt_first || c->nhead_lnum > c->lpt_last ||
242 if (c->ltab_lnum < c->lpt_first || c->ltab_lnum > c->lpt_last ||
249 if (c->big_lpt && (c->lsave_lnum < c->lpt_first ||
H A Dubifs.h1103 * @lpt_first: first LEB of the lprops table area
1363 int lpt_first; member in struct:ubifs_info
1970 int ubifs_create_dflt_lpt(struct ubifs_info *c, int *main_lebs, int lpt_first,
H A Ddebug.c826 i + c->lpt_first, c->ltab[i].free, c->ltab[i].dirty,
2531 } else if (lnum >= c->lpt_first && lnum <= c->lpt_last) {
H A Dsuper.c1583 c->lpt_lebs, c->lpt_first, c->lpt_last);

Completed in 193 milliseconds