Home
last modified time | relevance | path

Searched refs:b_node (Results 1 – 3 of 3) sorted by relevance

/u-boot/fs/jffs2/
A Djffs2_private.h7 struct b_node { struct
9 struct b_node *next; argument
19 struct b_node *listTail; argument
20 struct b_node *listHead;
22 struct b_node *listLast;
23 int (*listCompare)(struct b_node *new, struct b_node *node);
A Djffs2_1pass.c518 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 …]
A Dmergesort.c15 struct b_node *p, *q, *e, **tail; in sort_list()

Completed in 9 milliseconds