Searched refs:_ExpectedLbn (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/kmtests/ntos_fsrtl/ |
H A D | FsRtlMcb.c | 697 #define Check_Lookup(_Mcb, _Vbn, _ExpectedRet, _ExpectedLbn, _ExpectedSectorCountFromLbn, _Expected… argument 706 …ok(Lbn == _ExpectedLbn, "Unexpected Lbn: %I64d.\n", Lbn); … 714 #define ok_lookup_succeeds(_Mcb, _Vbn, _ExpectedLbn, _ExpectedSectorCountFromLbn, _ExpectedStartLbn… argument 715 …Check_Lookup(_Mcb, _Vbn, TRUE, _ExpectedLbn, _ExpectedSectorCountFromLbn, _ExpectedStartLbn, _Expe…
|