Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dmdb.c186 if (!(mdb->ext_tree = hfs_btree_init(mdb, htonl(HFS_EXT_CNID), in hfs_mdb_get()
190 !(mdb->cat_tree = hfs_btree_init(mdb, htonl(HFS_CAT_CNID), in hfs_mdb_get()
Dbtree.c156 struct hfs_btree * hfs_btree_init(struct hfs_mdb *mdb, ino_t cnid, in hfs_btree_init() function
Dhfs.h452 extern struct hfs_btree *hfs_btree_init(struct hfs_mdb *, ino_t,
DChangeLog2314 Updated call to hfs_btree_init().
2347 hfs_btree_init() gets pointer to size in MDB instead of size.