Searched refs:btree_keycmp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | btree.h | 12 typedef int (*btree_keycmp)(const btree_key *, const btree_key *); typedef 27 btree_keycmp keycmp; 89 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp);
|
H A D | btree.c | 19 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | btree.h | 12 typedef int (*btree_keycmp)(const btree_key *, const btree_key *); typedef 27 btree_keycmp keycmp; 89 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp);
|
H A D | btree.c | 19 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | hfsplus_fs.h | 60 typedef int (*btree_keycmp)(const hfsplus_btree_key *, typedef 76 btree_keycmp keycmp;
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 60 typedef int (*btree_keycmp)(const hfsplus_btree_key *, typedef 76 btree_keycmp keycmp;
|
Completed in 5 milliseconds