ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
enum mcb_test_op | test_op |
LONGLONG | Vbn |
union { | |
struct { | |
LONGLONG Lbn | |
LONGLONG SectorCount | |
ULONG RunCount | |
struct { | |
LONGLONG Vbn | |
LONGLONG Lbn | |
LONGLONG SectorCount | |
} Runs [20] | |
} add | |
struct { | |
LONGLONG SectorCount | |
ULONG RunCount | |
struct { | |
LONGLONG Vbn | |
LONGLONG Lbn | |
LONGLONG SectorCount | |
} Runs [20] | |
} remove | |
struct { | |
BOOLEAN Result | |
LONGLONG Lbn | |
LONGLONG SectorCount | |
LONGLONG StartLbn | |
LONGLONG SectorCountFromStart | |
ULONG Index | |
} lookup | |
}; | |
Definition at line 1248 of file FsRtlMcb.c.
union { ... } mcb_test_entry::@1662 |
struct { ... } mcb_test_entry::add |
ULONG mcb_test_entry::Index |
Definition at line 1284 of file FsRtlMcb.c.
LONGLONG mcb_test_entry::Lbn |
Definition at line 1256 of file FsRtlMcb.c.
struct { ... } mcb_test_entry::lookup |
struct { ... } mcb_test_entry::remove |
BOOLEAN mcb_test_entry::Result |
Definition at line 1279 of file FsRtlMcb.c.
ULONG mcb_test_entry::RunCount |
Definition at line 1258 of file FsRtlMcb.c.
Referenced by FsRtlLargeMcbTestsFastFat_3().
struct { ... } mcb_test_entry::Runs[20] |
struct { ... } mcb_test_entry::Runs[20] |
LONGLONG mcb_test_entry::SectorCount |
Definition at line 1257 of file FsRtlMcb.c.
LONGLONG mcb_test_entry::SectorCountFromStart |
Definition at line 1283 of file FsRtlMcb.c.
Referenced by FsRtlLargeMcbTestsFastFat_3().
LONGLONG mcb_test_entry::StartLbn |
Definition at line 1282 of file FsRtlMcb.c.
Referenced by FsRtlLargeMcbTestsFastFat_3().
enum mcb_test_op mcb_test_entry::test_op |
Definition at line 1250 of file FsRtlMcb.c.
LONGLONG mcb_test_entry::Vbn |
Definition at line 1251 of file FsRtlMcb.c.