Searched refs:FlushExtentFile (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h273 FlushExtentFile (ExtendedVCB * vcb);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c101 err = FlushExtentFile( vcb );
308 err = FlushExtentFile( vcb ); // flush the extent file (unneeded for common case, but it's cheap)
406 err = FlushExtentFile( vcb ); // flush the extent file (unneeded for common case, but it's cheap)
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c66 FlushExtentFile
706 // Routine: FlushExtentFile
711 OSErr FlushExtentFile( ExtendedVCB *vcb ) function
925 (void) FlushExtentFile(vcb);
1316 (void) FlushExtentFile(vcb);
1519 (void) FlushExtentFile(vcb);
1662 (void) FlushExtentFile(vcb);

Completed in 23 milliseconds