Symbol: hfsplus_btree_key
fs/hfsplus/attributes.c
35
int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/attributes.c
36
const hfsplus_btree_key *k2)
fs/hfsplus/attributes.c
50
int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
fs/hfsplus/bnode.c
85
if (key_len > sizeof(hfsplus_btree_key) || key_len < 1) {
fs/hfsplus/bnode.c
86
memset(key, 0, sizeof(hfsplus_btree_key));
fs/hfsplus/catalog.c
16
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/catalog.c
17
const hfsplus_btree_key *k2)
fs/hfsplus/catalog.c
29
int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/catalog.c
30
const hfsplus_btree_key *k2)
fs/hfsplus/catalog.c
44
hfsplus_btree_key *key, u32 parent, const struct qstr *str)
fs/hfsplus/catalog.c
61
hfsplus_btree_key *key, u32 parent)
fs/hfsplus/catalog.c
68
static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent,
fs/hfsplus/extents.c
20
int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/extents.c
21
const hfsplus_btree_key *k2)
fs/hfsplus/extents.c
41
static void hfsplus_ext_build_key(hfsplus_btree_key *key, u32 cnid,
fs/hfsplus/hfsplus_fs.h
256
hfsplus_btree_key *search_key;
fs/hfsplus/hfsplus_fs.h
257
hfsplus_btree_key *key;
fs/hfsplus/hfsplus_fs.h
27
typedef int (*btree_keycmp)(const hfsplus_btree_key *,
fs/hfsplus/hfsplus_fs.h
28
const hfsplus_btree_key *);
fs/hfsplus/hfsplus_fs.h
334
int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
335
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
336
int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
fs/hfsplus/hfsplus_fs.h
408
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
409
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
410
int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
411
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
412
int hfsplus_cat_build_key(struct super_block *sb, hfsplus_btree_key *key,
fs/hfsplus/hfsplus_fs.h
415
hfsplus_btree_key *key, u32 parent);
fs/hfsplus/hfsplus_fs.h
430
int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
431
const hfsplus_btree_key *k2);