Searched refs:next_nnode (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/ubifs/
H A Dlpt_commit.c1410 * next_nnode - find the next nnode in memory.
1418 static struct ubifs_nnode *next_nnode(struct ubifs_info *c, function
1486 nnode = next_nnode(c, nnode, &hght);
1527 /* Entire tree is in memory so first_nnode / next_nnode are OK */
1529 for (; nnode; nnode = next_nnode(c, nnode, &hght)) {

Completed in 86 milliseconds