Lines Matching refs:ubifs_nnode
549 struct ubifs_nnode;
561 struct ubifs_nnode *parent;
580 struct ubifs_nnode *parent;
601 struct ubifs_nnode *nnode;
608 * struct ubifs_nnode - LEB Properties Tree internal node.
617 struct ubifs_nnode {
618 struct ubifs_nnode *parent;
1473 struct ubifs_nnode *nroot;
1980 struct ubifs_nnode *nnode);
1982 struct ubifs_nnode *parent, int iip);
1983 struct ubifs_nnode *ubifs_get_nnode(struct ubifs_info *c,
1984 struct ubifs_nnode *parent, int iip);
1986 int ubifs_read_nnode(struct ubifs_info *c, struct ubifs_nnode *parent, int iip);
1988 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode);
1990 struct ubifs_nnode *ubifs_first_nnode(struct ubifs_info *c, int *hght);
1993 struct ubifs_nnode *nnode);