Searched refs:HfsPPrivateFile (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dfile_plus.h28 HfsPPrivateFile*
33 hfsplus_file_close (HfsPPrivateFile* file);
36 hfsplus_file_read(HfsPPrivateFile* file, void *buf,
40 hfsplus_file_write(HfsPPrivateFile* file, void *buf,
46 hfsplus_file_read_sector (HfsPPrivateFile* file, void *buf, PedSector sector)
54 hfsplus_file_write_sector (HfsPPrivateFile* file, void *buf, PedSector sector)
H A Dadvfs_plus.h29 hfsplus_btree_search (HfsPPrivateFile* b_tree_file, HfsPPrivateGenericKey* key,
H A Dfile_plus.c44 HfsPPrivateFile*
48 HfsPPrivateFile* file;
50 file = (HfsPPrivateFile*) ped_malloc (sizeof (HfsPPrivateFile));
64 hfsplus_file_close (HfsPPrivateFile* file)
71 hfsplus_get_extent_containing (HfsPPrivateFile* file, unsigned int block,
108 hfsplus_file_find_extent (HfsPPrivateFile* file, PedSector sector,
189 hfsplus_file_read(HfsPPrivateFile* file, void *buf, PedSector sector,
232 hfsplus_file_write(HfsPPrivateFile* file, void *buf, PedSector sector,
H A Dhfs.h769 typedef struct _HfsPPrivateFile HfsPPrivateFile; typedef in typeref:struct:_HfsPPrivateFile
791 HfsPPrivateFile* extents_file;
792 HfsPPrivateFile* catalog_file;
793 HfsPPrivateFile* attributes_file;
794 HfsPPrivateFile* allocation_file;
H A Dadvfs_plus.c73 hfsplus_btree_search (HfsPPrivateFile* b_tree_file, HfsPPrivateGenericKey* key,
H A Dhfs.c1126 hfsplus_extract_file(const char* filename, HfsPPrivateFile* hfsp_file)
1184 HfsPPrivateFile* startup_file;
H A Dreloc_plus.c190 HfsPPrivateFile* file;

Completed in 42 milliseconds