Home
last modified time | relevance | path

Searched refs:hfs_bnode_read (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbtree.c199 hfs_bnode_read(&bt->head, bt, 0, HFS_STICKY); in hfs_btree_init()
212 hfs_bnode_read(tmp->next, bt, next, HFS_STICKY); in hfs_btree_init()
267 hfs_bnode_read(bt->root, bt, bt->bthRoot, HFS_STICKY); in hfs_btree_init()
Dbnode.c113 void hfs_bnode_read(struct hfs_bnode *bnode, struct hfs_btree *tree, in hfs_bnode_read() function
478 hfs_bnode_read(bn, tree, node, HFS_NOT_STICKY); in hfs_bnode_find()
Dhfs_btree.h276 extern void hfs_bnode_read(struct hfs_bnode *, struct hfs_btree *,