Searched refs:hfsplus_btree_key (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/hfsplus/ |
D | hfsplus_fs.h | 44 typedef int (*btree_keycmp)(const hfsplus_btree_key *, 45 const hfsplus_btree_key *); 247 hfsplus_btree_key *search_key; 248 hfsplus_btree_key *key; 375 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *, 376 const hfsplus_btree_key *); 377 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *, 378 const hfsplus_btree_key *); 380 hfsplus_btree_key *, u32, struct qstr *); 393 int hfsplus_ext_cmp_key(const hfsplus_btree_key *, const hfsplus_btree_key *);
|
D | catalog.c | 15 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_case_cmp_key() 16 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key() 28 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_bin_cmp_key() 29 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key() 41 void hfsplus_cat_build_key(struct super_block *sb, hfsplus_btree_key *key, in hfsplus_cat_build_key() 57 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
|
D | extents.c | 19 int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1, in hfsplus_ext_cmp_key() 20 const hfsplus_btree_key *k2) in hfsplus_ext_cmp_key() 40 static void hfsplus_ext_build_key(hfsplus_btree_key *key, u32 cnid, in hfsplus_ext_build_key()
|
D | hfsplus_raw.h | 335 } __packed hfsplus_btree_key; typedef
|