Home
last modified time | relevance | path

Searched defs:hfs_btree (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/fs/hfs/
Dbtree.h16 struct hfs_btree { struct
17 struct super_block *sb;
18 struct inode *inode;
19 btree_keycmp keycmp;
21 u32 cnid;
22 u32 root;
46 struct hfs_btree *tree; argument
/linux-3.3/fs/hfsplus/
Dhfsplus_fs.h50 struct hfs_btree { struct
51 struct super_block *sb;
52 struct inode *inode;
53 btree_keycmp keycmp;
55 u32 cnid;
56 u32 root;
57 u32 leaf_count;
81 struct hfs_btree *tree; argument