btree_keycmp 19 fs/hfs/btree.c struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) btree_keycmp 12 fs/hfs/btree.h typedef int (*btree_keycmp)(const btree_key *, const btree_key *); btree_keycmp 20 fs/hfs/btree.h btree_keycmp keycmp; btree_keycmp 82 fs/hfs/btree.h extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp); btree_keycmp 60 fs/hfsplus/hfsplus_fs.h typedef int (*btree_keycmp)(const hfsplus_btree_key *, btree_keycmp 76 fs/hfsplus/hfsplus_fs.h btree_keycmp keycmp;