Lines Matching full:it

62 		/* There may actually be a collision here, but it doesn't  in jffs2_add_tn_to_tree()
64 version are together, it's all fine. */ in jffs2_add_tn_to_tree()
132 * It is called every time an directory entry node is found.
208 * the name in it and everything. Link it into the list in read_direntry()
217 * It is called every time an inode node is found.
315 /* If node covers at least a whole page, or if it starts at the in read_dnode()
317 it's a hole node, mark it REF_PRISTINE, else REF_NORMAL. in read_dnode()
319 If it's actually overlapped, it'll get made NORMAL (or OBSOLETE) in read_dnode()
352 csize/dsize swapped. Deal with it */ in read_dnode()
368 * It is called every time an unknown node is found.
387 …JFFS2_NOTICE("node header CRC failed at %#08x. But it must have been OK earlier.\n", ref_offset(re… in read_unknown()
451 not holding the lock, it can go away immediately. For that reason, in jffs2_get_inode_nodes()
645 JFFS2_NOTICE("but it has children so we fake some modes for it\n"); in jffs2_do_read_inode_internal()
662 /* FIXME: If this fails, there seems to be a memory leak. Find it. */ in jffs2_do_read_inode_internal()
688 /* If it was a regular file, truncate it to the latest node's isize */ in jffs2_do_read_inode_internal()
701 // /* Symlink's inode data is the target path. Read it and in jffs2_do_read_inode_internal()
733 /* Certain inode types should have only one data node, and it's in jffs2_do_read_inode_internal()
753 …/* FIXME: Deal with it - check crc32, check for duplicate node, check times and discard the older … in jffs2_do_read_inode_internal()
761 f->fragtree.rb_node = NULL;//f->fragtree = RB_ROOT; // modify it for vs in jffs2_do_read_inode_internal()
781 /* Check its state. We may need to wait before we can use it */ in jffs2_do_read_inode()
790 /* If it's in either of these states, we need in jffs2_do_read_inode()
791 to wait for whoever's got it to finish and in jffs2_do_read_inode()
792 put it back. */ in jffs2_do_read_inode()
799 /* Eep. This should never happen. It can in jffs2_do_read_inode()
802 …JFFS2_ERROR("Eep. Trying to read_inode #%u when it's already in state %d!\n", ino, f->inocache->st… in jffs2_do_read_inode()
803 /* Fail. That's probably better than allowing it to succeed */ in jffs2_do_read_inode()