Home
last modified time | relevance | path

Searched refs:bthRoot (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbtree.c233 bt->bthRoot = hfs_get_hl(th->bthRoot); in hfs_btree_init()
243 hfs_warn("bthRoot %d\n", bt->bthRoot); in hfs_btree_init()
263 if (bt->bthDepth && bt->bthRoot) { in hfs_btree_init()
267 hfs_bnode_read(bt->root, bt, bt->bthRoot, HFS_STICKY); in hfs_btree_init()
299 hfs_put_hl(bt->bthRoot, th->bthRoot); in hfs_btree_commit()
Dbdelete.c100 tree->bthRoot = 0; in del_root()
102 tree->bthRoot = 0; in del_root()
136 tree->bthRoot = child.bn->node; in del_root()
147 tree->bthRoot = node; in del_root()
Dhfs_btree.h79 hfs_lword_t bthRoot; /* (V) The node number of the root node */ member
202 hfs_u32 bthRoot; member
Dbrec.c214 root->bnr = hfs_bnode_find(tree, tree->bthRoot, lock_type); in hfs_brec_init()
Dbnode.c453 } else if (node == tree->bthRoot) { in hfs_bnode_find()
Dbinsert.c135 tree->bthRoot = root->node; in add_root()