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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c37 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize);
105 static Boolean ValidHFSRecord(const void *record, const BTreeControlBlock *btcb, u_int16_t recordSize) argument
111 return ( recordSize == sizeof(HFSExtentRecord) );
115 return ( recordSize == sizeof(HFSPlusExtentRecord) );
125 if ( recordSize != sizeof(HFSCatalogFolder) )
141 if ( recordSize != sizeof(HFSPlusCatalogFolder) )
161 if ( recordSize != sizeof(HFSCatalogFile) )
203 if ( recordSize != sizeof(HFSPlusCatalogFile) )
233 if ( recordSize != sizeof(HFSCatalogThread) )
249 if ( recordSize > sizeo
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.c415 size_t recordSize; /* Size of the data part of the record, or node number for index nodes */ local
418 recordSize = sizeof(u_int32_t);
420 recordSize = sizeof(HFSPlusExtentDescriptor);
439 if ((char *)srcKey + sizeof(HFSPlusExtentKey) + recordSize > nextRecord) {
950 size_t recordSize; /* Size of the data part of the record, or node number for index nodes */ local
953 recordSize = sizeof(u_int32_t);
955 recordSize = sizeof(HFSExtentDescriptor);
974 if ((char *)srcKey + sizeof(HFSExtentKey) + recordSize > nextRecord) {
H A Dhfs_catalog.c115 static void buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize);
3852 CatalogRecord *crp, u_int32_t *recordSize)
3866 *recordSize = sizeof(HFSCatalogFolder);
3875 *recordSize = sizeof(HFSCatalogFile);
3895 *recordSize = sizeof(HFSPlusCatalogFolder);
3917 *recordSize = sizeof(HFSPlusCatalogFile);
3851 buildrecord(struct cat_attr *attrp, cnid_t cnid, int std_hfs, u_int32_t encoding, CatalogRecord *crp, u_int32_t *recordSize) argument
/darwin-on-arm/xnu/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 83 milliseconds