Lines Matching full:nodes
182 finished checking all its nodes */ in jffs2_garbage_collect_pass()
236 printk(KERN_WARNING "eep. End of raw list while still supposedly nodes to GC\n"); in jffs2_garbage_collect_pass()
282 We can just copy any pristine nodes, but have in jffs2_garbage_collect_pass()
315 the alloc_sem() (for marking nodes invalid) so we must in jffs2_garbage_collect_pass()
359 the only valid nodes in the block, followed by erasure, in jffs2_garbage_collect_pass()
361 held _all_ the nodes of that inode.... never been seen but in jffs2_garbage_collect_pass()
455 frag->node->raw = f->inocache->nodes; in jffs2_garbage_collect_live()
650 going to be fetched from ic->nodes by our caller. */ in jffs2_garbage_collect_pristine()
652 nraw->next_in_ino = ic->nodes; in jffs2_garbage_collect_pristine()
653 ic->nodes = nraw; in jffs2_garbage_collect_pristine()
801 /* On a medium where we can't actually mark nodes obsolete in jffs2_garbage_collect_deletion_dirent()
824 for (raw = f->inocache->nodes; raw != (void *)f->inocache; raw = raw->next_in_ino) { in jffs2_garbage_collect_deletion_dirent()
1075 circles dirtying the nodes it already wrote out, especially in jffs2_garbage_collect_dnode()
1077 chance of nodes having to be split to cross boundaries. */ in jffs2_garbage_collect_dnode()