Searched refs:HfsExtentKey (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs.c49 HfsExtentKey* key1 = (HfsExtentKey*) a;
50 HfsExtentKey* key2 = (HfsExtentKey*) b;
182 uint8_t record[sizeof (HfsExtentKey)
184 HfsExtentKey search;
185 HfsExtentKey* ret_key = (HfsExtentKey*) record;
187 (record + sizeof (HfsExtentKey));
190 search.key_length = sizeof (HfsExtentKey)
[all...]
H A Dfile.c72 uint8_t record[sizeof (HfsExtentKey)
74 HfsExtentKey search;
75 HfsExtentKey* ret_key = (HfsExtentKey*) record;
77 (record + sizeof (HfsExtentKey));
81 search.key_length = sizeof (HfsExtentKey) - 1;
H A Dreloc.c466 HfsExtentKey* extent_key;
494 extent_key = (HfsExtentKey*)
499 + sizeof (HfsExtentKey));
H A Dhfs.c771 HfsExtentKey key;
773 HfsExtentKey* ret_key;
857 ret_key = (HfsExtentKey*) (node + ref.record_pos);
859 + sizeof (HfsExtentKey) );
894 ret_key = (HfsExtentKey*) (node + ref.record_pos);
896 + sizeof (HfsExtentKey) );
H A Dadvfs_plus.c197 search.key_length = sizeof (HfsExtentKey) - 2;
H A Dhfs.h265 typedef struct _HfsExtentKey HfsExtentKey; typedef in typeref:struct:_HfsExtentKey

Completed in 59 milliseconds