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
87
if (key_len > sizeof(hfsplus_btree_key) || key_len < 1) {
fs/hfsplus/bnode.c
88
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
261
hfsplus_btree_key *search_key;
fs/hfsplus/hfsplus_fs.h
262
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
338
int hfsplus_attr_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
339
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
340
int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key,
fs/hfsplus/hfsplus_fs.h
412
int hfsplus_cat_case_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
413
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
414
int hfsplus_cat_bin_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
415
const hfsplus_btree_key *k2);
fs/hfsplus/hfsplus_fs.h
416
int hfsplus_cat_build_key(struct super_block *sb, hfsplus_btree_key *key,
fs/hfsplus/hfsplus_fs.h
419
hfsplus_btree_key *key, u32 parent);
fs/hfsplus/hfsplus_fs.h
434
int hfsplus_ext_cmp_key(const hfsplus_btree_key *k1,
fs/hfsplus/hfsplus_fs.h
435
const hfsplus_btree_key *k2);