Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dbtree.h24 struct hfs_btree { struct
25 struct super_block *sb;
26 struct inode *inode;
27 btree_keycmp keycmp;
29 u32 cnid;
30 u32 root;
54 struct hfs_btree *tree; argument
/linux/fs/hfsplus/
H A Dhfsplus_fs.h41 struct hfs_btree { struct
42 struct super_block *sb;
43 struct inode *inode;
44 btree_keycmp keycmp;
46 u32 cnid;
47 u32 root;
48 u32 leaf_count;
72 struct hfs_btree *tree; argument