Searched refs:recordSize (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c34 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize);
156 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize) argument
162 return ( recordSize == sizeof(HFSExtentRecord) );
166 return ( recordSize == sizeof(HFSPlusExtentRecord) );
176 if ( recordSize != sizeof(HFSCatalogFolder) )
192 if ( recordSize != sizeof(HFSPlusCatalogFolder) )
212 if ( recordSize != sizeof(HFSCatalogFile) )
254 if ( recordSize != sizeof(HFSPlusCatalogFile) )
284 if ( recordSize != sizeof(HFSCatalogThread) )
300 if ( recordSize > sizeo
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_endian.c413 size_t recordSize; /* Size of the data part of the record, or node number for index nodes */ local
416 recordSize = sizeof(u_int32_t);
418 recordSize = sizeof(HFSPlusExtentDescriptor);
437 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
948 size_t recordSize; /* Size of the data part of the record, or node number for index nodes */ local
951 recordSize = sizeof(u_int32_t);
953 recordSize = sizeof(HFSExtentDescriptor);
972 if ((char *)srcKey + sizeof(HFSExtentKey) + recordSize > nextRecord) {
H A Dhfs_catalog.c113 static void buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize);
3624 CatalogRecord *crp, u_int32_t *recordSize)
3638 *recordSize = sizeof(HFSCatalogFolder);
3647 *recordSize = sizeof(HFSCatalogFile);
3667 *recordSize = sizeof(HFSPlusCatalogFolder);
3689 *recordSize = sizeof(HFSPlusCatalogFile);
3623 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c563 ByteCount recordSize; local
565 recordSize = record->itemCount * record->itemSize;
567 if (len > recordSize) len = recordSize;
856 ByteCount recordSize; local
858 recordSize = record->itemCount * record->itemSize;
860 if (len > recordSize) len = recordSize;

Completed in 90 milliseconds