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

/vbox/src/VBox/Runtime/r3/posix/
H A DRTFileQueryFsSizes-posix.cpp46 uint32_t *pcbBlock, uint32_t *pcbSector)
60 if (pcbBlock)
61 *pcbBlock = StatVFS.f_frsize;
45 RTFileQueryFsSizes(RTFILE hFile, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
H A Dfs-posix.cpp55 uint32_t *pcbBlock, uint32_t *pcbSector)
82 if (pcbBlock)
83 *pcbBlock = StatVFS.f_frsize;
95 pcbBlock, pcbBlock ? *pcbBlock : 0, pcbSector, pcbSector ? *pcbSector : 0, rc));
54 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp43 uint32_t *pcbBlock, uint32_t *pcbSector)
49 if (pcbBlock)
50 *pcbBlock = _4K;
42 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp47 uint32_t *pcbBlock, uint32_t *pcbSector)
97 if (pcbBlock)
99 *pcbBlock = FsSizeInfo.SectorsPerAllocationUnit * FsSizeInfo.BytesPerSector;
100 if (*pcbBlock / FsSizeInfo.BytesPerSector != FsSizeInfo.SectorsPerAllocationUnit)
46 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
/vbox/src/VBox/Runtime/common/log/
H A Dtracebuf.cpp324 void *pvBlock, size_t *pcbBlock)
330 AssertPtrReturn(pcbBlock, VERR_INVALID_POINTER);
331 size_t const cbBlock = *pcbBlock;
385 if (*pcbBlock < cbReqBlock)
387 *pcbBlock = cbReqBlock;
408 *pcbBlock = cbBlock - cbReqBlock;
323 RTTraceBufCarve(PRTTRACEBUF phTraceBuf, uint32_t cEntries, uint32_t cbEntry, uint32_t fFlags, void *pvBlock, size_t *pcbBlock) argument
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp184 uint32_t *pcbBlock, uint32_t *pcbSector)
222 && (pcbBlock || pcbSector))
229 if (pcbBlock)
230 *pcbBlock = cbSector * cSectorsPerCluster;
183 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
H A Dfileio-win.cpp960 uint32_t *pcbBlock, uint32_t *pcbSector)
959 RTFileQueryFsSizes(RTFILE hFile, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp388 RTFOFF *pcbFree, uint32_t *pcbBlock,
387 testRTFsQuerySizes(const char *pszFsPath, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp2802 uint32_t pcbBlock = 0; local
2879 int vrc = RTFsQuerySizes(it_sm->second, &pcbTotal, &pcbFree,&pcbBlock, &pcbSector);

Completed in 58 milliseconds