Searched refs:lpt_hght (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dlpt.c54 c->lpt_hght = 1;
57 c->lpt_hght += 1;
65 for (i = 1; i < c->lpt_hght; i++) {
555 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT;
576 int i, n = c->lpt_hght - 1, pnum = parent->num, num = 0;
853 dbg_lp("lpt_hght %d", c->lpt_hght);
1115 lvl = parent ? parent->level - 1 : c->lpt_hght;
1250 nnode->level = c->lpt_hght;
1468 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIF
[all...]
H A Dlpt_commit.c1348 for (h = 1; h < c->lpt_hght; h++) {
1395 for (h = *hght + 1; h < c->lpt_hght; h++) {
H A Dubifs.h1208 * @lpt_hght: height of the LPT
1462 int lpt_hght; member in struct:ubifs_info
H A Ddebug.c805 pr_err("\tlpt_hght: %d\n", c->lpt_hght);

Completed in 186 milliseconds