btree_key          12 fs/hfs/btree.h typedef int (*btree_keycmp)(const btree_key *, const btree_key *);
btree_key          71 fs/hfs/btree.h 	btree_key *key;
btree_key          72 fs/hfs/btree.h 	btree_key *search_key;
btree_key          23 fs/hfs/catalog.c void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, const struct qstr *name)
btree_key         171 fs/hfs/catalog.c int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2)
btree_key         303 fs/hfs/dir.c   				  (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key,
btree_key          50 fs/hfs/extent.c int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2)
btree_key         178 fs/hfs/hfs_fs.h extern int hfs_cat_keycmp(const btree_key *, const btree_key *);
btree_key         185 fs/hfs/hfs_fs.h extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
btree_key         192 fs/hfs/hfs_fs.h extern int hfs_ext_keycmp(const btree_key *, const btree_key *);
btree_key         192 fs/hfs/inode.c 	hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name);