Searched refs:NIL_RTVFSLOCK (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Runtime/common/filesystem/ |
H A D | filesystem.cpp | 103 rc = RTVfsNew(&pFsDesc->VfsOps, pFsDesc->cbFs, NIL_RTVFS, NIL_RTVFSLOCK,
|
/vbox/include/iprt/ |
H A D | vfslowlevel.h | 71 #define NIL_RTVFSLOCK ((RTVFSLOCK)~(uintptr_t)0) macro 119 if (hLock != NIL_RTVFSLOCK) 131 if (hLock != NIL_RTVFSLOCK) 143 if (hLock != NIL_RTVFSLOCK) 155 if (hLock != NIL_RTVFSLOCK)
|
/vbox/src/VBox/Runtime/common/zip/ |
H A D | pkzip.cpp | 183 NIL_RTVFSLOCK,
|
H A D | tarvfs.cpp | 1382 NIL_RTVFSLOCK, 1420 NIL_RTVFSLOCK, 1450 NIL_RTVFSLOCK, 1535 int rc = RTVfsNewFsStream(&rtZipTarFssOps, sizeof(*pThis), NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFss, (void **)&pThis);
|
H A D | xarvfs.cpp | 1537 NIL_RTVFSLOCK, 1575 NIL_RTVFSLOCK, 1607 NIL_RTVFSLOCK, 1674 NIL_RTVFSLOCK, 1692 NIL_RTVFSLOCK, 2064 rc = RTVfsNewFsStream(&rtZipXarFssOps, sizeof(*pThis), NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFss, (void **)&pThis);
|
H A D | gzipvfs.cpp | 699 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_READ, NIL_RTVFS, NIL_RTVFSLOCK, 796 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_WRITE, NIL_RTVFS, NIL_RTVFSLOCK,
|
H A D | pkzipvfs.cpp | 1158 NIL_RTVFSLOCK, 1186 NIL_RTVFSLOCK, 1261 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFss, (void **)&pThis);
|
/vbox/src/VBox/Storage/ |
H A D | VDIfVfs.cpp | 227 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsIos, (void **)&pThis); 399 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFile, (void **)&pThis);
|
H A D | VDVfs.cpp | 534 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFile, (void **)&pThis);
|
/vbox/src/VBox/Runtime/common/dvm/ |
H A D | dvmvfs.cpp | 400 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsFile, (void **)&pThis);
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | manifest3.cpp | 438 NIL_RTVFS, NIL_RTVFSLOCK, &hVfsPtIos, (void **)&pThis);
|
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsstdfile.cpp | 434 int rc = RTVfsNewFile(&g_rtVfsStdFileOps, sizeof(RTVFSSTDFILE), fOpen, NIL_RTVFS, NIL_RTVFSLOCK,
|
H A D | vfsmemory.cpp | 759 rc = RTVfsNewFile(&g_rtVfsStdFileOps, sizeof(*pThis), fFlags | RTFILE_O_WRITE, NIL_RTVFS, NIL_RTVFSLOCK,
|
H A D | vfsbase.cpp | 169 * Only valid RTVFS_C_THREAD_SAFE is set, otherwise it is NIL_RTVFSLOCK. */ 384 if (pThis == NIL_RTVFSLOCK) 653 if (hLock != NIL_RTVFSLOCK) 687 if (hLock != NIL_RTVFSLOCK)
|
Completed in 1270 milliseconds