Searched refs:hfs_bnode_read (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | btree.c | 199 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()
|
D | bnode.c | 113 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()
|
D | hfs_btree.h | 276 extern void hfs_bnode_read(struct hfs_bnode *, struct hfs_btree *,
|