Searched refs:insert_node (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ubifs/
H A Dreplay.c332 * insert_node - insert a node to the replay list
351 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, function
602 err = insert_node(c, lnum, snod->offs, snod->len,
614 err = insert_node(c, lnum, snod->offs, snod->len,
654 err = insert_node(c, lnum, snod->offs, snod->len,
/u-boot/fs/jffs2/
H A Djffs2_1pass.c570 insert_node(struct b_list *list) function
1285 b = insert_node(&pL->frag);
1307 b = insert_node(&pL->dir);
1730 b = insert_node(&pL->frag);
1768 b = insert_node(&pL->dir);

Completed in 49 milliseconds