Lines Matching defs:node
72 /* The minimal node header size */
76 This is all we need to keep in-core for each raw node during normal
131 to play with, which indicate the node's status; see below: */
146 /* NB: REF_PRISTINE for an inode-less node (ref->next_in_ino == NULL) indicates
147 it is an unknown node of type JFFS2_NODETYPE_RWCOMPAT_COPY, so it'll get
156 a pointer to the first physical node which is part of this inode, too.
160 can terminate the raw node refs' next_in_ino list -- which
187 node without going through all the iget() nonsense */
192 #define INO_STATE_GC 4 /* GCing a 'pristine' node */
209 Larger representation of a raw node, kept in-core only when the
216 uint32_t ofs; /* The offset to which the data of this node belongs */
219 to this node. When this reaches zero,
220 the node is obsolete. */
224 Even larger representation of a raw node, kept in-core only while
266 Fragments - used to build a map of which raw node to obtain
272 struct jffs2_full_dnode *node; /* NULL for holes */
293 struct jffs2_raw_node_ref *gc_node; /* Next node to be garbage collected */
304 #define ALLOC_DELETION 1 /* Deletion node. Best to allow it */
329 struct rb_node *node = rb_first(root);
331 if (!node)
334 return rb_entry(node, struct jffs2_node_frag, rb);
339 struct rb_node *node = rb_last(root);
341 if (!node)
344 return rb_entry(node, struct jffs2_node_frag, rb);