Searched refs:HFSPlusExtentDescriptor (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c225 HFSPlusExtentDescriptor *dataExtent;
226 HFSPlusExtentDescriptor *rsrcExtent;
240 dataExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.dataFork.extents;
241 rsrcExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.resourceFork.extents;
H A DVolumeAllocation.c4710 bytes = kMaxFreeExtents * sizeof(HFSPlusExtentDescriptor);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h180 struct HFSPlusExtentDescriptor { struct
184 typedef struct HFSPlusExtentDescriptor HFSPlusExtentDescriptor; typedef in typeref:struct:HFSPlusExtentDescriptor
190 typedef HFSPlusExtentDescriptor HFSPlusExtentRecord[8];
H A Dhfs_xattr.c92 static int read_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
94 static int write_attr_data(struct hfsmount *hfsmp, uio_t uio, size_t datasize, HFSPlusExtentDescriptor *extents);
96 static int alloc_attr_blks(struct hfsmount *hfsmp, size_t attrsize, size_t extentbufsize, HFSPlusExtentDescriptor *extents, int *blocks);
98 static void free_attr_blks(struct hfsmount *hfsmp, int blkcnt, HFSPlusExtentDescriptor *extents);
601 HFSPlusExtentDescriptor *extentbuf;
602 HFSPlusExtentDescriptor *extentptr;
617 extentbufsize = totalblocks * sizeof(HFSPlusExtentDescriptor);
619 MALLOC(extentbuf, HFSPlusExtentDescriptor *, extentbufsize, M_TEMP, M_WAITOK);
1029 HFSPlusExtentDescriptor *extentptr = NULL;
1137 extentbufsize = blkcnt * sizeof(HFSPlusExtentDescriptor);
[all...]
H A Dhfs_catalog.h150 struct HFSPlusExtentDescriptor cf_extents[8]; /* initial set of extents */
H A Dhfs_endian.c420 HFSPlusExtentDescriptor *srcRec;
426 recordSize = sizeof(HFSPlusExtentDescriptor);
464 srcRec = (HFSPlusExtentDescriptor *)((char *)srcKey + srcKey->keyLength + sizeof(srcKey->keyLength));
H A Dhfs_resize.c1156 HFSPlusExtentDescriptor *extents; /* Pointer to current extent record being processed.
1254 HFSPlusExtentDescriptor shift_extent; /* Extent entry that should be shifted into next extent record */
1255 HFSPlusExtentDescriptor last_extent;
1256 HFSPlusExtentDescriptor *extents; /* Pointer to current extent record being manipulated */
H A Dhfs_hotfiles.c134 static int hotextents(struct hfsmount *, HFSPlusExtentDescriptor *);
1657 hotextents(struct hfsmount *hfsmp, HFSPlusExtentDescriptor * extents)
H A Dhfs.h234 HFSPlusExtentDescriptor vcbFreeExt[kMaxFreeExtents];
H A Dhfs_catalog.c4474 struct HFSPlusExtentDescriptor *xp;
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h134 HFSPlusExtentDescriptor hfsPlus;
/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c797 extentAllocationBlocks += ((HFSPlusExtentDescriptor *)extents)[i].blockCount;

Completed in 124 milliseconds