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);
535 struct b_node *b; in add_node()593 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()603 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()684 struct b_node *b; in jffs2_1pass_read_inode()825 struct b_node *b; in jffs2_1pass_find_inode()955 struct b_node *b; in jffs2_1pass_list_inodes()1082 struct b_node *b; in jffs2_1pass_resolve_inode()1206 struct b_node *b; in jffs2_1pass_rescan_needed()1270 struct b_node *b; in jffs2_sum_process_sum_data()1412 struct b_node *b; in dump_fragments()[all …]
15 struct b_node *p, *q, *e, **tail; in sort_list()
Completed in 22 milliseconds