Searched refs:b_inode (Results 1 – 2 of 2) sorted by relevance
10 struct b_inode { struct11 struct b_inode *next; argument
138 struct b_inode *new; in insert_inode()140 if (!(new = (struct b_inode *)add_node(list, sizeof(struct b_inode)))) { in insert_inode()263 struct b_inode *jNode; in jffs2_1pass_read_inode()276 for (jNode = (struct b_inode *)pL->frag.listHead; jNode; jNode = jNode->next) { in jffs2_1pass_read_inode()287 for (jNode = (struct b_inode *)pL->frag.listHead; jNode; jNode = jNode->next) { in jffs2_1pass_read_inode()445 dump_inode(struct b_lists *pL, struct b_dirent *d, struct b_inode *i) in dump_inode()483 struct b_inode *jNode = (struct b_inode *)pL->frag.listHead; in jffs2_1pass_list_inodes()484 struct b_inode *i = NULL; in jffs2_1pass_list_inodes()559 struct b_inode *jNode; in jffs2_1pass_resolve_inode()592 for (jNode = (struct b_inode *)pL->frag.listHead; jNode; jNode = jNode->next) { in jffs2_1pass_resolve_inode()