Searched refs:hght (Results 1 – 2 of 2) sorted by relevance
1345 *hght = 0; in first_nnode()1354 *hght = h; in first_nnode()1383 *hght -= 1; in next_nnode()1392 *hght -= 1; in next_nnode()1395 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()1401 *hght = h; in next_nnode()1419 int i, hght; in ubifs_lpt_free() local1437 nnode = first_nnode(c, &hght); in ubifs_lpt_free()1441 nnode = next_nnode(c, nnode, &hght); in ubifs_lpt_free()1479 int hght; in dbg_is_nnode_dirty() local[all …]
1956 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
Completed in 12 milliseconds