Lines Matching full:nodes
63 actually matter. As long as the two nodes with the same in jffs2_add_tn_to_tree()
149 /* The direntry nodes are checked during the flash scanning */ in read_direntry()
351 /* There was a bug where we wrote hole nodes out with in read_dnode()
380 /* We don't mark unknown nodes as REF_UNCHECKED */ in read_unknown()
421 /* Get tmp_dnode_info and full_dirent for all non-obsolete nodes associated
442 valid_ref = jffs2_first_valid_node(f->inocache->nodes); in jffs2_get_inode_nodes()
445 JFFS2_WARNING("no valid nodes for ino #%u\n", f->inocache->ino); in jffs2_get_inode_nodes()
449 but _obsolete_ nodes may disappear at any time, if the block in jffs2_get_inode_nodes()
563 /* Grab all nodes relevant to this ino */ in jffs2_do_read_inode_internal()
567 JFFS2_ERROR("cannot read nodes for ino %u, returned error is %d\n", f->inocache->ino, ret); in jffs2_do_read_inode_internal()
637 /* No data nodes for this inode. */ in jffs2_do_read_inode_internal()
639 JFFS2_WARNING("no data nodes found for ino #%u\n", f->inocache->ino); in jffs2_do_read_inode_internal()
770 /* Scan the list of all nodes present for this ino, build map of versions, etc. */
823 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_read_inode()
890 if (f->inocache->nodes == (void *)f->inocache) in jffs2_do_clear_inode()