Searched refs:b_node (Results 1 – 3 of 3) sorted by relevance
7 struct b_node { struct9 struct b_node *next; argument19 struct b_node *listTail; argument20 struct b_node *listHead;22 struct b_node *listLast;23 int (*listCompare)(struct b_node *new, struct b_node *node);
518 struct b_node *b; in add_node()576 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()586 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()667 struct b_node *b; in jffs2_1pass_read_inode()808 struct b_node *b; in jffs2_1pass_find_inode()938 struct b_node *b; in jffs2_1pass_list_inodes()1065 struct b_node *b; in jffs2_1pass_resolve_inode()1189 struct b_node *b; in jffs2_1pass_rescan_needed()1253 struct b_node *b; in jffs2_sum_process_sum_data()1393 struct b_node *b; in dump_fragments()[all …]
15 struct b_node *p, *q, *e, **tail; in sort_list()
Completed in 9 milliseconds