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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c358 int64_t actualBytesAdded, origSize; local
425 (int64_t *)&actualBytesAdded);
426 if (retval == dskFulErr && actualBytesAdded == 0) {
435 } while (retval == dskFulErr && actualBytesAdded == 0);
437 if (retval == dskFulErr && actualBytesAdded == 0 && bytesToAdd <= btInfo.nodeSize) {
H A Dhfs_readwrite.c280 off_t actualBytesAdded; local
505 0, eflags, &actualBytesAdded));
509 if ((actualBytesAdded == 0) && (retval == E_NONE))
2846 off_t actualBytesAdded; local
2941 &actualBytesAdded));
2944 if (actualBytesAdded == 0 && retval == E_NONE) {
3448 off_t actualBytesAdded; local
3583 &actualBytesAdded));
3586 *(ap->a_bytesallocated) += actualBytesAdded;
3587 total_bytes_added += actualBytesAdded;
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h293 int64_t * actualBytesAdded);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c945 int64_t *actualBytesAdded) // number of bytes actually allocated
972 *actualBytesAdded = 0;
1015 *actualBytesAdded = bytesToAdd;
1310 *actualBytesAdded = (int64_t)(fcb->ff_blocks - prevblocks) * (int64_t)volumeBlockSize;
1312 *actualBytesAdded = 0;
939 ExtendFileC( ExtendedVCB *vcb, FCB *fcb, int64_t bytesToAdd, u_int32_t blockHint, u_int32_t flags, int64_t *actualBytesAdded) argument

Completed in 89 milliseconds