HomeSort by: relevance | last modified time | path
    Searched refs:hfs_catalog_key_t (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.h 318 } hfs_catalog_key_t; typedef in typeref:struct:__anon46ade0a11908
569 hfs_catalog_keyed_record_t*, hfs_catalog_key_t*, hfs_callback_args*);
570 int hfslib_find_catalog_record_with_key(hfs_volume*, hfs_catalog_key_t*,
578 int hfslib_is_private_file(hfs_catalog_key_t*);
592 int16_t*, hfs_catalog_key_t*, hfs_volume*);
609 hfs_catalog_key_t*);
libhfs.c 55 hfs_catalog_key_t hfs_gMetadataDirectoryKey; /* contains HFS+ inodes */
56 hfs_catalog_key_t hfs_gJournalInfoBlockFileKey;
57 hfs_catalog_key_t hfs_gJournalBufferFileKey;
58 hfs_catalog_key_t* hfs_gPrivateObjectKeys[4] = {
84 dlo_print_key(hfs_catalog_key_t *key)
166 hfs_catalog_key_t rootkey;
485 hfs_catalog_key_t childkey;
512 hfs_catalog_key_t* out_key,
517 hfs_catalog_key_t key;
544 hfs_catalog_key_t* in_key
    [all...]
hfs_vfsops.c 539 hfs_catalog_key_t cat_key; /* the search key used to find this file on disk */
hfs_vnops.c 319 hfs_catalog_key_t key; /* hfs+ catalog search key for requested child */

Completed in 140 milliseconds