Home
last modified time | relevance | path

Searched refs:VCB_IS_SYS_OR_HAS_PAGE (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/vfatfs/
H A Dfsctl.c776 SetFlag(DeviceExt->Flags, VCB_IS_SYS_OR_HAS_PAGE); in VfatMount()
1142 if (BooleanFlagOn(DeviceExt->Flags, VCB_IS_SYS_OR_HAS_PAGE)) in VfatLockOrUnlockVolume()
1278 if (BooleanFlagOn(DeviceExt->Flags, VCB_IS_SYS_OR_HAS_PAGE)) in VfatDismountVolume()
H A Dcreate.c806 SetFlag(DeviceExt->Flags, VCB_IS_SYS_OR_HAS_PAGE); in VfatCreateFile()
926 SetFlag(DeviceExt->Flags, VCB_IS_SYS_OR_HAS_PAGE); in VfatCreateFile()
H A Dvfat.h243 #define VCB_IS_SYS_OR_HAS_PAGE 0x0008 macro