Symbol: hfs_catalog_key_t
sys/fs/hfs/hfs_vfsops.c
539
hfs_catalog_key_t cat_key; /* the search key used to find this file on disk */
sys/fs/hfs/hfs_vnops.c
319
hfs_catalog_key_t key; /* hfs+ catalog search key for requested child */
sys/fs/hfs/libhfs.c
1124
hfslib_is_private_file(hfs_catalog_key_t *filekey)
sys/fs/hfs/libhfs.c
1126
hfs_catalog_key_t* curkey = NULL;
sys/fs/hfs/libhfs.c
1520
hfs_catalog_key_t reckey;
sys/fs/hfs/libhfs.c
166
hfs_catalog_key_t rootkey;
sys/fs/hfs/libhfs.c
1661
hfs_catalog_key_t* out_key,
sys/fs/hfs/libhfs.c
2284
hfs_catalog_key_t* out_key)
sys/fs/hfs/libhfs.c
2328
const hfs_catalog_key_t *a, *b;
sys/fs/hfs/libhfs.c
2333
a = (const hfs_catalog_key_t*)ap;
sys/fs/hfs/libhfs.c
2334
b = (const hfs_catalog_key_t*)bp;
sys/fs/hfs/libhfs.c
2391
const hfs_catalog_key_t *a, *b;
sys/fs/hfs/libhfs.c
2393
a = (const hfs_catalog_key_t *) ap;
sys/fs/hfs/libhfs.c
2394
b = (const hfs_catalog_key_t *) bp;
sys/fs/hfs/libhfs.c
2685
hfs_catalog_key_t key;
sys/fs/hfs/libhfs.c
485
hfs_catalog_key_t childkey;
sys/fs/hfs/libhfs.c
512
hfs_catalog_key_t* out_key,
sys/fs/hfs/libhfs.c
517
hfs_catalog_key_t key;
sys/fs/hfs/libhfs.c
544
hfs_catalog_key_t* in_key,
sys/fs/hfs/libhfs.c
55
hfs_catalog_key_t hfs_gMetadataDirectoryKey; /* contains HFS+ inodes */
sys/fs/hfs/libhfs.c
551
hfs_catalog_key_t* curkey;
sys/fs/hfs/libhfs.c
56
hfs_catalog_key_t hfs_gJournalInfoBlockFileKey;
sys/fs/hfs/libhfs.c
57
hfs_catalog_key_t hfs_gJournalBufferFileKey;
sys/fs/hfs/libhfs.c
575
curkey = hfslib_malloc(sizeof(hfs_catalog_key_t), cbargs);
sys/fs/hfs/libhfs.c
58
hfs_catalog_key_t* hfs_gPrivateObjectKeys[4] = {
sys/fs/hfs/libhfs.c
788
hfs_catalog_key_t filekey;
sys/fs/hfs/libhfs.c
84
dlo_print_key(hfs_catalog_key_t *key)
sys/fs/hfs/libhfs.c
927
hfs_catalog_key_t curkey;
sys/fs/hfs/libhfs.h
569
hfs_catalog_keyed_record_t*, hfs_catalog_key_t*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
570
int hfslib_find_catalog_record_with_key(hfs_volume*, hfs_catalog_key_t*,
sys/fs/hfs/libhfs.h
578
int hfslib_is_private_file(hfs_catalog_key_t*);
sys/fs/hfs/libhfs.h
592
int16_t*, hfs_catalog_key_t*, hfs_volume*);
sys/fs/hfs/libhfs.h
609
hfs_catalog_key_t*);