Searched refs:next_nnode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | lpt_commit.c | 1365 * next_nnode - find the next nnode in memory. 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() 1481 /* Entire tree is in memory so first_nnode / next_nnode are OK */ in dbg_is_nnode_dirty() 1483 for (; nnode; nnode = next_nnode(c, nnode, &hght)) { in dbg_is_nnode_dirty()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | lpt_commit.c | 1365 * next_nnode - find the next nnode in memory. 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() 1481 /* Entire tree is in memory so first_nnode / next_nnode are OK */ in dbg_is_nnode_dirty() 1483 for (; nnode; nnode = next_nnode(c, nnode, &hght)) { in dbg_is_nnode_dirty()
|
Completed in 5 milliseconds