Searched refs:LockControl (Results 1 – 6 of 6) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ |
H A D | debug.c | 595 IoStackLocation->Parameters.LockControl.ByteOffset.QuadPart, in Ext2DbgPrintCall() 596 IoStackLocation->Parameters.LockControl.Length->QuadPart, in Ext2DbgPrintCall() 597 IoStackLocation->Parameters.LockControl.Key, in Ext2DbgPrintCall() 609 IoStackLocation)->Parameters.LockControl.Length->QuadPart, in Ext2DbgPrintCall() 611 IoStackLocation)->Parameters.LockControl.Key, in Ext2DbgPrintCall() 623 IoStackLocation->Parameters.LockControl.Length->QuadPart, in Ext2DbgPrintCall() 624 IoStackLocation->Parameters.LockControl.Key in Ext2DbgPrintCall() 634 IoStackLocation)->Parameters.LockControl.Length->QuadPart, in Ext2DbgPrintCall() 636 IoStackLocation)->Parameters.LockControl.Key in Ext2DbgPrintCall() 651 IoStackLocation->Parameters.LockControl.Key in Ext2DbgPrintCall() [all …]
|
/reactos/ntoskrnl/fsrtl/ |
H A D | filelock.c | 163 IoStack->Parameters.LockControl.ByteOffset; in LockPeekNextIrp() 166 IoStack->Parameters.LockControl.Length->QuadPart; in LockPeekNextIrp() 1179 &IoStackLocation->Parameters.LockControl.ByteOffset, in FsRtlProcessFileLock() 1180 IoStackLocation->Parameters.LockControl.Length, in FsRtlProcessFileLock() 1182 IoStackLocation->Parameters.LockControl.Key, in FsRtlProcessFileLock() 1201 &IoStackLocation->Parameters.LockControl. in FsRtlProcessFileLock() 1203 IoStackLocation->Parameters.LockControl. in FsRtlProcessFileLock() 1206 IoStackLocation->Parameters.LockControl. in FsRtlProcessFileLock() 1232 LockControl.Key, in FsRtlProcessFileLock()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | lockctrl.c | 698 ((ULONGLONG)IrpSp->Parameters.LockControl.ByteOffset.QuadPart < in _Requires_lock_held_()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | iofunc.c | 1969 StackPtr->Parameters.LockControl.Length = LocalLength; in NtLockFile() 1972 StackPtr->Parameters.LockControl.ByteOffset = CapturedByteOffset; in NtLockFile() 1973 StackPtr->Parameters.LockControl.Key = Key; in NtLockFile() 3716 StackPtr->Parameters.LockControl.Length = LocalLength; in NtUnlockFile() 3730 StackPtr->Parameters.LockControl.ByteOffset = CapturedByteOffset; in NtUnlockFile() 3731 StackPtr->Parameters.LockControl.Key = Key; in NtUnlockFile()
|
/reactos/sdk/include/ddk/ |
H A D | fltkernel.h | 273 } LockControl; member
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 3206 } LockControl; member
|