Searched refs:next_nnode (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | lpt_commit.c | 1373 static struct ubifs_nnode *next_nnode(struct ubifs_info *c, in next_nnode() function 1441 nnode = next_nnode(c, nnode, &hght); in ubifs_lpt_free() 1483 for (; nnode; nnode = next_nnode(c, nnode, &hght)) { in dbg_is_nnode_dirty()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt_commit.c | 1414 static struct ubifs_nnode *next_nnode(struct ubifs_info *c, in next_nnode() function 1482 nnode = next_nnode(c, nnode, &hght); in ubifs_lpt_free() 1525 for (; nnode; nnode = next_nnode(c, nnode, &hght)) { in dbg_is_nnode_dirty()
|