Searched refs:hfs_volume (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/fs/hfs/ |
H A D | libhfs.h | 471 } hfs_volume; typedef 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*); 574 int hfslib_get_directory_contents(hfs_volume*, hfs_cnid_t, 577 int hfslib_is_journal_clean(hfs_volume*); 580 int hfslib_get_hardlink(hfs_volume *, uint32_t, 587 hfs_btree_file_type, hfs_volume*, hfs_callback_args*); 592 int16_t*, hfs_catalog_key_t*, hfs_volume*); [all …]
|
H A D | hfs.h | 65 hfs_volume hm_vol; /* essential volume information */ 178 int hfs_libcb_opendev(hfs_volume*, const char*, hfs_callback_args*); 179 void hfs_libcb_closedev(hfs_volume*, hfs_callback_args*); 180 int hfs_libcb_read(hfs_volume*, void*, uint64_t, uint64_t,
|
H A D | libhfs.c | 163 hfs_volume* out_vol, in hfslib_open_volume() 480 hfs_volume* in_vol, in hfslib_find_parent_thread() 509 hfs_volume* in_vol, in hfslib_find_catalog_record_with_cnid() 543 hfs_volume* in_vol, in hfslib_find_catalog_record_with_key() 918 hfs_volume* in_vol, in hfslib_get_directory_contents() 1354 hfs_volume* inout_volume, in hfslib_reada_node() 1663 hfs_volume* in_volume) in hfslib_read_catalog_keyed_record() 1820 hfs_volume* in_volume) in hfslib_read_extent_record() 2142 hfs_volume* in_vol, in hfslib_readd_with_extents() 2240 hfs_volume* in_vol, in hfslib_openvoldevice() [all …]
|
H A D | hfs_subr.c | 152 hfs_volume* vol, in hfs_libcb_opendev() 222 hfs_libcb_closedev(hfs_volume* in_vol, hfs_callback_args* cbargs) in hfs_libcb_closedev() 245 hfs_volume* vol, in hfs_libcb_read()
|