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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h284 TruncateFileC (ExtendedVCB *vcb, FCB *fcb, int64_t peof, int deleted,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c488 ret = TruncateFileC(vcb, filePtr, filePtr->fcbEOF - trim, 0, 0, FTOC(filePtr)->c_fileid, 0);
H A Dhfs_readwrite.c3082 retval = MacToVFSError(TruncateFileC(VTOVCB(vp), (FCB*)fp, length, 0,
3218 * Special wrapper around calling TruncateFileC. This function is useable
3273 error = MacToVFSError(TruncateFileC(HFSTOVCB(hfsmp), datafork, filebytes, 1, 0, fileid, false));
3318 error = MacToVFSError(TruncateFileC(HFSTOVCB(hfsmp), rsrcfork, filebytes, 1, 1, fileid, false));
4627 (void) TruncateFileC(hfsmp, (FCB*)fp, fp->ff_size, 0, FORK_IS_RSRC(fp),
H A Dhfs_vfsutils.c1509 if (TruncateFileC(vcb, (FCB*)&dfork, fsize, 1, 0,
1543 if (TruncateFileC(vcb, (FCB*)&rfork, 0, 1, 1, cnode.c_attr.ca_fileid, false) != 0) {
H A Dhfs_vfsops.c4261 (void) TruncateFileC(vcb, fp, oldBitmapSize, 0, FORK_IS_RSRC(fp),
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c61 TruncateFileC Truncates the disk space allocated to a file. The file
647 * The lock taken by callers of TruncateFileC is speculative and
1329 // Routine: TruncateFileC
1338 OSErr TruncateFileC ( function
1930 * The lock taken by callers of ExtendFileC/TruncateFileC is

Completed in 228 milliseconds