Home
last modified time | relevance | path

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

/fs/ubifs/
Dlpt.c65 c->lpt_hght = 1; in do_calc_lpt_geom()
68 c->lpt_hght += 1; in do_calc_lpt_geom()
76 for (i = 1; i < c->lpt_hght; i++) { in do_calc_lpt_geom()
564 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT; in calc_nnode_num_from_parent()
585 int i, n = c->lpt_hght - 1, pnum = parent->num, num = 0; in calc_pnode_num_from_parent()
846 dbg_lp("lpt_hght %d", c->lpt_hght); in ubifs_create_dflt_lpt()
1106 lvl = parent ? parent->level - 1 : c->lpt_hght; in validate_nnode()
1241 nnode->level = c->lpt_hght; in ubifs_read_nnode()
1453 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup()
1454 for (h = 1; h < c->lpt_hght; h++) { in ubifs_lpt_lookup()
[all …]
Dlpt_commit.c644 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup()
645 for (h = 1; h < c->lpt_hght; h++) { in pnode_lookup()
1384 for (h = 1; h < c->lpt_hght; h++) { in first_nnode()
1431 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()
Dubifs.h1341 int lpt_hght; member
Ddebug.c690 printk(KERN_DEBUG "\tlpt_hght: %d\n", c->lpt_hght); in dbg_dump_lpt_info()