Home
last modified time | relevance | path

Searched refs:ubifs_nnode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ubifs/
H A Dubifs.h537 struct ubifs_nnode;
549 struct ubifs_nnode *parent;
568 struct ubifs_nnode *parent;
589 struct ubifs_nnode *nnode;
596 * struct ubifs_nnode - LEB Properties Tree internal node.
605 struct ubifs_nnode { struct
606 struct ubifs_nnode *parent; argument
1458 struct ubifs_nnode *nroot;
1967 struct ubifs_nnode *nnode);
1969 struct ubifs_nnode *paren
607 cnextubifs_nnode global() argument
608 flagsubifs_nnode global() argument
609 iipubifs_nnode global() argument
610 levelubifs_nnode global() argument
611 numubifs_nnode global() argument
612 nbranchubifs_nnode global() argument
[all...]
H A Dlpt_commit.c30 static struct ubifs_cnode *first_dirty_cnode(const struct ubifs_info *c, struct ubifs_nnode *nnode) in first_dirty_cnode()
44 nnode = (struct ubifs_nnode *)cnode; in first_dirty_cnode()
63 struct ubifs_nnode *nnode; in next_dirty_cnode()
76 return first_dirty_cnode(c, (struct ubifs_nnode *)cnode); in next_dirty_cnode()
440 (struct ubifs_nnode *)cnode); in write_cnodes()
555 struct ubifs_nnode *nnode; in next_pnode_to_dirty()
629 struct ubifs_nnode *nnode; in do_make_pnode_dirty()
822 static struct ubifs_nnode *nnode_lookup(struct ubifs_info *c, int i) in nnode_lookup()
825 struct ubifs_nnode *nnode; in nnode_lookup()
863 struct ubifs_nnode *nnod in make_nnode_dirty()
[all...]
H A Ddebug.h261 struct ubifs_nnode *parent, int iip);
H A Ddebug.c924 struct ubifs_nnode *parent, int iip) in ubifs_dump_pnode()