HomeSort by: relevance | last modified time | path
    Searched defs:hfs_volume (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/hfs/
libhfs.h 471 } hfs_volume; typedef in typeref:struct:__anon46ade0a12408
532 int (*openvol) (hfs_volume*, const char*, hfs_callback_args*);
535 void (*closevol) (hfs_volume*, hfs_callback_args*);
539 int (*read) (hfs_volume*, void*, uint64_t, uint64_t,
560 int hfslib_open_volume(const char*, int, hfs_volume*,
562 void hfslib_close_volume(hfs_volume*, hfs_callback_args*);
564 int hfslib_path_to_cnid(hfs_volume*, hfs_cnid_t, char**, uint16_t*,
566 hfs_cnid_t hfslib_find_parent_thread(hfs_volume*, hfs_cnid_t,
568 int hfslib_find_catalog_record_with_cnid(hfs_volume*, hfs_cnid_t,
570 int hfslib_find_catalog_record_with_key(hfs_volume*, hfs_catalog_key_t*
    [all...]

Completed in 12 milliseconds