Home
last modified time | relevance | path

Searched refs:LargeSectors (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dfat.h67 UCHAR LargeSectors[4]; // offset = 0x015 21 member
83 UCHAR LargeSectors[4]; // offset = 0x015 21 member
115 ULONG32 LargeSectors; member
148 CopyUchar4(&(Bios)->LargeSectors, &(Pbios)->LargeSectors[0] ); \
486 ((((B)->Sectors ? (B)->Sectors : (B)->LargeSectors) \
495 ((((B)->Sectors ? (B)->Sectors : (B)->LargeSectors) \
H A Dread.c808 Vcb->Bpb.LargeSectors);
H A Dfsctrl.c1315 if (Vcb->Bpb.Sectors != 0) { Vcb->Bpb.LargeSectors = 0; } in _Requires_lock_held_()
2193 if (Bpb.Sectors != 0) { Bpb.LargeSectors = 0; } in _Requires_lock_held_()
2559 if (Bpb.Sectors != 0) { Bpb.LargeSectors = 0; } in FatIsBootSectorFat()
2616 } else if ((Bpb.Sectors == 0) && (Bpb.LargeSectors == 0)) { in FatIsBootSectorFat()
H A Dwrite.c897 Vcb->Bpb.LargeSectors));
/reactos/drivers/filesystems/fs_rec/
H A Dfs_rec.h74 CopyUchar4(&(Bios)->LargeSectors, &(Pbios)->LargeSectors[0] ); \
91 UCHAR LargeSectors[4]; member
121 ULONG32 LargeSectors; member
H A Dfat.c31 if (Bpb.Sectors) Bpb.LargeSectors = 0; in FsRecIsFatVolume()
68 else if (!(Bpb.Sectors) && !(Bpb.LargeSectors)) in FsRecIsFatVolume()
/reactos/boot/environ/lib/io/
H A Dfat.c74 BiosBlock.LargeSectors, in FatMount()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdfat.c40 ULONG LargeSectors; member