Searched refs:next_nnode (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lpt_commit.c | 1415 static struct ubifs_nnode *next_nnode(struct ubifs_info *c, in next_nnode() function 1483 nnode = next_nnode(c, nnode, &hght); in ubifs_lpt_free() 1526 for (; nnode; nnode = next_nnode(c, nnode, &hght)) { in dbg_is_nnode_dirty()
|
| /OK3568_Linux_fs/kernel/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()
|