Searched refs:hfsplus_btree_key (Results 1 – 5 of 5) sorted by relevance
/linux/fs/hfsplus/ ! |
H A D | hfsplus_fs.h | 61 typedef int (*btree_keycmp)(const hfsplus_btree_key *, 62 const hfsplus_btree_key *); 290 hfsplus_btree_key *search_key; 291 hfsplus_btree_key *key; 368 int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1, 369 const hfsplus_btree_key *k2); 370 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, 439 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, 440 const hfsplus_btree_key *k2); 441 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k [all...] |
H A D | attributes.c | 35 int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_attr_bin_cmp_key() 36 const hfsplus_btree_key *k2) in hfsplus_attr_bin_cmp_key() 50 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, in hfsplus_attr_build_key()
|
H A D | extents.c | 20 int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1, in hfsplus_ext_cmp_key() 21 const hfsplus_btree_key *k2) in hfsplus_ext_cmp_key() 41 static void hfsplus_ext_build_key(hfsplus_btree_key *key, u32 cnid, in hfsplus_ext_build_key()
|
H A D | hfsplus_raw.h | 410 } __packed hfsplus_btree_key; typedef
|
H A D | bnode.c | 126 if (key_len > sizeof(hfsplus_btree_key) || key_len < 1) { in hfs_bnode_read_key() 127 memset(key, 0, sizeof(hfsplus_btree_key)); in hfs_bnode_read_key()
|