Searched refs:lpt_hght (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lpt.c | 62 c->lpt_hght = 1; in do_calc_lpt_geom() 65 c->lpt_hght += 1; in do_calc_lpt_geom() 73 for (i = 1; i < c->lpt_hght; i++) { in do_calc_lpt_geom() 561 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT; in calc_nnode_num_from_parent() 582 int i, n = c->lpt_hght - 1, pnum = parent->num, num = 0; in calc_pnode_num_from_parent() 840 dbg_lp("lpt_hght %d", c->lpt_hght); in ubifs_create_dflt_lpt() 1103 lvl = parent ? parent->level - 1 : c->lpt_hght; in validate_nnode() 1238 nnode->level = c->lpt_hght; in ubifs_read_nnode() 1459 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_lpt_lookup() 1460 for (h = 1; h < c->lpt_hght; h++) { in ubifs_lpt_lookup() [all …]
|
| H A D | lpt_commit.c | 639 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in pnode_lookup() 640 for (h = 1; h < c->lpt_hght; h++) { in pnode_lookup() 1390 for (h = 1; h < c->lpt_hght; h++) { in first_nnode() 1437 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()
|
| H A D | ubifs.h | 2007 int lpt_hght; member
|
| H A D | debug.c | 778 pr_err("\tlpt_hght: %d\n", c->lpt_hght); in ubifs_dump_lpt_info()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | lpt.c | 54 c->lpt_hght = 1; in do_calc_lpt_geom() 57 c->lpt_hght += 1; in do_calc_lpt_geom() 65 for (i = 1; i < c->lpt_hght; i++) { in do_calc_lpt_geom() 555 shft = (c->lpt_hght - parent->level) * UBIFS_LPT_FANOUT_SHIFT; in calc_nnode_num_from_parent() 576 int i, n = c->lpt_hght - 1, pnum = parent->num, num = 0; in calc_pnode_num_from_parent() 853 dbg_lp("lpt_hght %d", c->lpt_hght); in ubifs_create_dflt_lpt() 1115 lvl = parent ? parent->level - 1 : c->lpt_hght; in validate_nnode() 1250 nnode->level = c->lpt_hght; in ubifs_read_nnode() 1468 shft = c->lpt_hght * UBIFS_LPT_FANOUT_SHIFT; in ubifs_pnode_lookup() 1469 for (h = 1; h < c->lpt_hght; h++) { in ubifs_pnode_lookup() [all …]
|
| H A D | lpt_commit.c | 1348 for (h = 1; h < c->lpt_hght; h++) { in first_nnode() 1395 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()
|
| H A D | ubifs.h | 1430 int lpt_hght; member
|
| H A D | debug.c | 768 pr_err("\tlpt_hght: %d\n", c->lpt_hght); in ubifs_dump_lpt_info()
|