Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hfs/
Dbtree.h17 struct hfs_btree { struct
18 struct super_block *sb;
19 struct inode *inode;
20 btree_keycmp keycmp;
22 u32 cnid;
23 u32 root;
47 struct hfs_btree *tree; argument
/Linux-v5.10/fs/hfsplus/
Dhfsplus_fs.h73 struct hfs_btree { struct
74 struct super_block *sb;
75 struct inode *inode;
76 btree_keycmp keycmp;
78 u32 cnid;
79 u32 root;
80 u32 leaf_count;
104 struct hfs_btree *tree; argument