ReactOS 0.4.15-dev-7918-g2a2556c
mcb_test_entry Struct Reference
Collaboration diagram for mcb_test_entry:

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
 
}; 
 

Detailed Description

Definition at line 1248 of file FsRtlMcb.c.

Member Data Documentation

◆ 

union { ... } mcb_test_entry::@1624

◆ 

struct { ... } mcb_test_entry::add

◆ Index

ULONG mcb_test_entry::Index

Definition at line 1284 of file FsRtlMcb.c.

◆ Lbn

LONGLONG mcb_test_entry::Lbn

Definition at line 1256 of file FsRtlMcb.c.

◆ 

struct { ... } mcb_test_entry::lookup

◆ 

struct { ... } mcb_test_entry::remove

◆ Result

BOOLEAN mcb_test_entry::Result

Definition at line 1279 of file FsRtlMcb.c.

◆ RunCount

ULONG mcb_test_entry::RunCount

Definition at line 1258 of file FsRtlMcb.c.

Referenced by FsRtlLargeMcbTestsFastFat_3().

◆  [1/2]

struct { ... } mcb_test_entry::Runs[20]

◆  [2/2]

struct { ... } mcb_test_entry::Runs[20]

◆ SectorCount

LONGLONG mcb_test_entry::SectorCount

Definition at line 1257 of file FsRtlMcb.c.

◆ SectorCountFromStart

LONGLONG mcb_test_entry::SectorCountFromStart

Definition at line 1283 of file FsRtlMcb.c.

Referenced by FsRtlLargeMcbTestsFastFat_3().

◆ StartLbn

LONGLONG mcb_test_entry::StartLbn

Definition at line 1282 of file FsRtlMcb.c.

Referenced by FsRtlLargeMcbTestsFastFat_3().

◆ test_op

enum mcb_test_op mcb_test_entry::test_op

Definition at line 1250 of file FsRtlMcb.c.

◆ Vbn

LONGLONG mcb_test_entry::Vbn

Definition at line 1251 of file FsRtlMcb.c.


The documentation for this struct was generated from the following file: