Symbol: hfs_volume
sys/fs/hfs/hfs.h
178
int hfs_libcb_opendev(hfs_volume*, const char*, hfs_callback_args*);
sys/fs/hfs/hfs.h
179
void hfs_libcb_closedev(hfs_volume*, hfs_callback_args*);
sys/fs/hfs/hfs.h
180
int hfs_libcb_read(hfs_volume*, void*, uint64_t, uint64_t,
sys/fs/hfs/hfs.h
65
hfs_volume hm_vol; /* essential volume information */
sys/fs/hfs/hfs_subr.c
152
hfs_volume* vol,
sys/fs/hfs/hfs_subr.c
222
hfs_libcb_closedev(hfs_volume* in_vol, hfs_callback_args* cbargs)
sys/fs/hfs/hfs_subr.c
245
hfs_volume* vol,
sys/fs/hfs/libhfs.c
1105
hfslib_is_journal_clean(hfs_volume* in_vol)
sys/fs/hfs/libhfs.c
1353
hfs_volume* inout_volume,
sys/fs/hfs/libhfs.c
163
hfs_volume* out_vol,
sys/fs/hfs/libhfs.c
1662
hfs_volume* in_volume)
sys/fs/hfs/libhfs.c
1819
hfs_volume* in_volume)
sys/fs/hfs/libhfs.c
2141
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
2239
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
2250
hfslib_closevoldevice(hfs_volume* in_vol, hfs_callback_args* cbargs)
sys/fs/hfs/libhfs.c
2258
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
2680
hfslib_get_hardlink(hfs_volume *vol, uint32_t inode_num,
sys/fs/hfs/libhfs.c
368
hfslib_close_volume(hfs_volume* in_vol, hfs_callback_args* cbargs)
sys/fs/hfs/libhfs.c
376
hfslib_path_to_cnid(hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
480
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
509
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
543
hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
684
hfslib_find_extent_record_with_key(hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
779
hfslib_get_file_extents(hfs_volume* in_vol,
sys/fs/hfs/libhfs.c
917
hfs_volume* in_vol,
sys/fs/hfs/libhfs.h
532
int (*openvol) (hfs_volume*, const char*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
535
void (*closevol) (hfs_volume*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
539
int (*read) (hfs_volume*, void*, uint64_t, uint64_t,
sys/fs/hfs/libhfs.h
560
int hfslib_open_volume(const char*, int, hfs_volume*,
sys/fs/hfs/libhfs.h
562
void hfslib_close_volume(hfs_volume*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
564
int hfslib_path_to_cnid(hfs_volume*, hfs_cnid_t, char**, uint16_t*,
sys/fs/hfs/libhfs.h
566
hfs_cnid_t hfslib_find_parent_thread(hfs_volume*, hfs_cnid_t,
sys/fs/hfs/libhfs.h
568
int hfslib_find_catalog_record_with_cnid(hfs_volume*, hfs_cnid_t,
sys/fs/hfs/libhfs.h
570
int hfslib_find_catalog_record_with_key(hfs_volume*, hfs_catalog_key_t*,
sys/fs/hfs/libhfs.h
572
int hfslib_find_extent_record_with_key(hfs_volume*, hfs_extent_key_t*,
sys/fs/hfs/libhfs.h
574
int hfslib_get_directory_contents(hfs_volume*, hfs_cnid_t,
sys/fs/hfs/libhfs.h
577
int hfslib_is_journal_clean(hfs_volume*);
sys/fs/hfs/libhfs.h
580
int hfslib_get_hardlink(hfs_volume *, uint32_t,
sys/fs/hfs/libhfs.h
587
hfs_btree_file_type, hfs_volume*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
592
int16_t*, hfs_catalog_key_t*, hfs_volume*);
sys/fs/hfs/libhfs.h
594
hfs_extent_key_t*, hfs_volume*);
sys/fs/hfs/libhfs.h
612
uint16_t hfslib_get_file_extents(hfs_volume*, hfs_cnid_t, uint8_t,
sys/fs/hfs/libhfs.h
614
int hfslib_readd_with_extents(hfs_volume*, void*, uint64_t*, uint64_t,
sys/fs/hfs/libhfs.h
627
int hfslib_openvoldevice(hfs_volume*, const char*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
628
void hfslib_closevoldevice(hfs_volume*, hfs_callback_args*);
sys/fs/hfs/libhfs.h
629
int hfslib_readd(hfs_volume*, void*, uint64_t, uint64_t, hfs_callback_args*);