MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2Sleep

Function Ext2Sleep

Ext4Fsd/misc.c:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296VOID
297Ext2Sleep(ULONG ms)
298{
299 LARGE_INTEGER Timeout;
300 Timeout.QuadPart = (LONGLONG)ms*1000*(-10); /* ms/1000 sec*/
301 KeDelayExecutionThread(KernelMode, TRUE, &Timeout);
302}
303
304int Ext2LinuxError (NTSTATUS Status)
305{

Callers 13

get_block_bh_mdlFunction · 0.85
get_block_bh_pinFunction · 0.85
Ext2QueueCloseRequestFunction · 0.85
Ext2AddVcbExtentFunction · 0.85
Ext2RemoveVcbExtentFunction · 0.85
Ext2AddMcbExtentFunction · 0.85
Ext2RemoveMcbExtentFunction · 0.85
Ext2AddMcbMetaExtsFunction · 0.85
Ext2RemoveMcbMetaExtsFunction · 0.85
Ext2ExpandLastFunction · 0.85
Ext2GetBlockFunction · 0.85
Ext2ExpandBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected