Home
last modified time | relevance | path

Searched refs:hfsplus_btree_key (Results 1 – 6 of 6) sorted by relevance

/linux/fs/hfsplus/ !
H A Dhfsplus_fs.h27 typedef int (*btree_keycmp)(const hfsplus_btree_key *,
28 const hfsplus_btree_key *);
256 hfsplus_btree_key *search_key;
257 hfsplus_btree_key *key;
334 int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
335 const hfsplus_btree_key *k2);
336 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
408 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
409 const hfsplus_btree_key *k2);
410 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
[all …]
H A Dcatalog.c16 int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_case_cmp_key()
17 const hfsplus_btree_key *k2) in hfsplus_cat_case_cmp_key()
29 int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1, in hfsplus_cat_bin_cmp_key()
30 const hfsplus_btree_key *k2) in hfsplus_cat_bin_cmp_key()
44 hfsplus_btree_key *key, u32 parent, const struct qstr *str) in hfsplus_cat_build_key()
61 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid()
68 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
H A Dattributes.c35 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 Dextents.c20 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 Dbnode.c85 if (key_len > sizeof(hfsplus_btree_key) || key_len < 1) { in hfs_bnode_read_key()
86 memset(key, 0, sizeof(hfsplus_btree_key)); in hfs_bnode_read_key()
/linux/include/linux/ !
H A Dhfs_common.h651 } __packed hfsplus_btree_key; typedef