Searched refs:FsRtlLookupLastLargeMcbEntry (Results 1 – 6 of 6) sorted by relevance
/reactos/ntoskrnl/fsrtl/ |
H A D | mcb.c | 95 Return = FsRtlLookupLastLargeMcbEntry( in FsRtlLookupLastMcbEntry()
|
H A D | largemcb.c | 718 FsRtlLookupLastLargeMcbEntry(IN PLARGE_MCB Mcb, in FsRtlLookupLastLargeMcbEntry() function
|
/reactos/modules/rostests/kmtests/ntos_fsrtl/ |
H A D | FsRtlMcb.c | 40 ok(FsRtlLookupLastLargeMcbEntry(&LargeMcb, &Vbn, &Lbn) == FALSE, "expected FALSE, got TRUE\n"); in FsRtlLargeMcbTest() 47 ok(FsRtlLookupLastLargeMcbEntry(&LargeMcb, &Vbn, &Lbn) == TRUE, "expected TRUE, got FALSE\n"); in FsRtlLargeMcbTest() 59 ok(FsRtlLookupLastLargeMcbEntry(&LargeMcb, &Vbn, &Lbn) == TRUE, "expected TRUE, got FALSE\n"); in FsRtlLargeMcbTest() 154 ok(FsRtlLookupLastLargeMcbEntry(&LargeMcb, &Vbn, &Lbn) == TRUE, "expected TRUE, got FALSE\n"); in FsRtlLargeMcbTest()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | attrib.c | 1130 if (!FsRtlLookupLastLargeMcbEntry(&AttrContext->DataRunsMCB, &LargeVbn, &LargeLbn)) in FreeClusters()
|
/reactos/sdk/include/xdk/ |
H A D | fsrtlfuncs.h | 509 FsRtlLookupLastLargeMcbEntry(
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 249 @ stdcall FsRtlLookupLastLargeMcbEntry(ptr ptr ptr)
|