hght             1339 fs/ubifs/lpt_commit.c static struct ubifs_nnode *first_nnode(struct ubifs_info *c, int *hght)
hght             1345 fs/ubifs/lpt_commit.c 	*hght = 0;
hght             1354 fs/ubifs/lpt_commit.c 				*hght = h;
hght             1374 fs/ubifs/lpt_commit.c 				      struct ubifs_nnode *nnode, int *hght)
hght             1383 fs/ubifs/lpt_commit.c 		*hght -= 1;
hght             1392 fs/ubifs/lpt_commit.c 		*hght -= 1;
hght             1395 fs/ubifs/lpt_commit.c 	for (h = *hght + 1; h < c->lpt_hght; h++) {
hght             1401 fs/ubifs/lpt_commit.c 				*hght = h;
hght             1419 fs/ubifs/lpt_commit.c 	int i, hght;
hght             1437 fs/ubifs/lpt_commit.c 	nnode = first_nnode(c, &hght);
hght             1441 fs/ubifs/lpt_commit.c 		nnode = next_nnode(c, nnode, &hght);
hght             1479 fs/ubifs/lpt_commit.c 	int hght;
hght             1482 fs/ubifs/lpt_commit.c 	nnode = first_nnode(c, &hght);
hght             1483 fs/ubifs/lpt_commit.c 	for (; nnode; nnode = next_nnode(c, nnode, &hght)) {
hght             1953 fs/ubifs/ubifs.h struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);