Lines Matching full:nodes
22 * jffs2_reserve_space - request physical space to write nodes to flash
73 * of nodes. in jffs2_reserve_space()
90 * don't know, if unchecked size contains obsoleted nodes, which could give us some in jffs2_reserve_space()
92 * of nodes. in jffs2_reserve_space()
295 * Should only be used to report nodes for which space has been allocated
311 /* we could get some obsolete nodes after nextblock was refiled in jffs2_add_physical_node_ref()
409 function without actually obliterating any nodes or freeing in jffs2_mark_node_obsolete()
475 obliterate nodes that look obsolete. If they weren't in jffs2_mark_node_obsolete()
573 /* Nodes which have been marked obsolete no longer need to be in jffs2_mark_node_obsolete()
577 obsolete dirent nodes to stay on the lists, because of the in jffs2_mark_node_obsolete()
580 stay around until all the nodes are actually erased, in order in jffs2_mark_node_obsolete()
590 for (p = &ic->nodes; (*p) != ref; p = &((*p)->next_in_ino)) in jffs2_mark_node_obsolete()
596 if (ic->nodes == (void *)ic && ic->nlink == 0) in jffs2_mark_node_obsolete()