Home
last modified time | relevance | path

Searched refs:ForWrite (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.cpp1122 BOOLEAN ForWrite in ProbeMemory() argument
1133 if(ForWrite) { in ProbeMemory()
1138 if(ForWrite) { in ProbeMemory()
H A Denv_spec_w32.h923 BOOLEAN ForWrite
/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.h833 IN BOOLEAN ForWrite);
839 #define UDFIsFileCached__(Vcb, FileInfo, Offset, Length, ForWrite) \ argument
840 (UDFIsExtentCached(Vcb, &((FileInfo)->Dloc->DataLoc), Offset, Length, ForWrite))
H A Dextent.cpp2923 IN BOOLEAN ForWrite in UDFIsExtentCached() argument
2953 } else if(ForWrite) { in UDFIsExtentCached()