Lines Matching refs:b_node
62 static struct b_node *
67 struct b_node *b; in add_node()
84 b = (struct b_node *)&memBase->nodes[size * index]; in add_node()
93 static struct b_node *
94 insert_node(struct b_list *list, struct b_node *new) in insert_node()
97 struct b_node *b, *prev; in insert_node()
123 new->next = (struct b_node *) NULL; in insert_node()
135 static struct b_node *
150 return insert_node(list, (struct b_node *)new); in insert_inode()
153 static struct b_node *
170 return insert_node(list, (struct b_node *)new); in insert_dirent()
177 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()
194 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
663 struct b_node *b; in jffs2_1pass_rescan_needed()
706 struct b_node *b; in dump_fragments()
737 struct b_node *b; in dump_dirents()
915 struct b_node *b; in jffs2_1pass_fill_info()