Searched defs:RTVFSMEM_MAX_EXTENT_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp59 #define RTVFSMEM_MAX_EXTENT_SIZE _2M macro
109 * This is slowly grown to RTVFSMEM_MAX_EXTENT_SIZE as the file grows. */
380 if (pThis->cbExtent != RTVFSMEM_MAX_EXTENT_SIZE)
382 if (cbToWrite >= RTVFSMEM_MAX_EXTENT_SIZE)
383 pThis->cbExtent = RTVFSMEM_MAX_EXTENT_SIZE;
769 else if (ObjInfo.cbObject < RTVFSMEM_MAX_EXTENT_SIZE)
772 pThis->cbExtent = RTVFSMEM_MAX_EXTENT_SIZE;

Completed in 43 milliseconds