Searched refs:hfsplus_btree_key (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | hfsplus_fs.h | 51 typedef int (*btree_keycmp)(hfsplus_btree_key *, hfsplus_btree_key *); 197 hfsplus_btree_key *search_key; 198 hfsplus_btree_key *key; 263 int hfsplus_cmp_cat_key(hfsplus_btree_key *, hfsplus_btree_key *); 264 void hfsplus_fill_cat_key(hfsplus_btree_key *, u32, struct qstr *); 272 int hfsplus_cmp_ext_key(hfsplus_btree_key *, hfsplus_btree_key *); 273 void hfsplus_fill_ext_key(hfsplus_btree_key *, u32, u32, u8);
|
D | catalog.c | 16 int hfsplus_cmp_cat_key(hfsplus_btree_key *k1, hfsplus_btree_key *k2) in hfsplus_cmp_cat_key() 28 void hfsplus_fill_cat_key(hfsplus_btree_key *key, u32 parent, in hfsplus_fill_cat_key() 42 static void hfsplus_fill_cat_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_fill_cat_key_uni()
|
D | extents.c | 23 int hfsplus_cmp_ext_key(hfsplus_btree_key *k1, hfsplus_btree_key *k2) in hfsplus_cmp_ext_key() 43 void hfsplus_fill_ext_key(hfsplus_btree_key *key, u32 cnid, in hfsplus_fill_ext_key()
|
D | hfsplus_raw.h | 319 } __packed hfsplus_btree_key; typedef
|