Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dlpt_commit.c1386 *hght = 0; in first_nnode()
1395 *hght = h; in first_nnode()
1424 *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() local
1478 nnode = first_nnode(c, &hght); in ubifs_lpt_free()
1482 nnode = next_nnode(c, nnode, &hght); in ubifs_lpt_free()
1521 int hght; in dbg_is_nnode_dirty() local
[all …]
H A Dubifs.h2313 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
/openbmc/linux/fs/ubifs/
H A Dlpt_commit.c1345 *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() local
1437 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 …]
H A Dubifs.h1990 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);