Searched refs:hght (Results 1 – 2 of 2) sorted by relevance
1380 static struct ubifs_nnode *first_nnode(struct ubifs_info *c, int *hght) in first_nnode() argument1386 *hght = 0; in first_nnode()1395 *hght = h; in first_nnode()1415 struct ubifs_nnode *nnode, int *hght) in next_nnode() argument1424 *hght -= 1; in next_nnode()1433 *hght -= 1; in next_nnode()1436 for (h = *hght + 1; h < c->lpt_hght; h++) { in next_nnode()1442 *hght = h; in next_nnode()1460 int i, hght; in ubifs_lpt_free() local1478 nnode = first_nnode(c, &hght); in ubifs_lpt_free()[all …]
2313 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);