Home
last modified time | relevance | path

Searched refs:rootnode (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/debugfs/
Dhtree.c33 struct ext2_dx_root_info * rootnode, in htree_dump_leaf_node() argument
62 hash_alg = rootnode->hash_version; in htree_dump_leaf_node()
110 struct ext2_dx_root_info * rootnode,
116 struct ext2_dx_root_info * rootnode, in htree_dump_int_node() argument
147 htree_dump_int_block(fs, ino, inode, rootnode, in htree_dump_int_node()
150 htree_dump_leaf_node(fs, ino, inode, rootnode, in htree_dump_int_node()
159 struct ext2_dx_root_info * rootnode, in htree_dump_int_block() argument
186 htree_dump_int_node(fs, ino, inode, rootnode, in htree_dump_int_block()
201 struct ext2_dx_root_info *rootnode; in do_htree_dump() local
246 rootnode = (struct ext2_dx_root_info *) (buf + 24); in do_htree_dump()
[all …]
/external/libxml2/doc/tutorial/
Dincludeconvert.c53 xmlNodePtr rootnode;
67 rootnode = xmlNewDocNode(doc, NULL, (const xmlChar*)"root", out);
68 xmlDocSetRootElement(doc, rootnode);