Home
last modified time | relevance | path

Searched defs:FO (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/xdk/
H A Dccfuncs.h4 #define CcIsFileCached(FO) ( \ argument
389 #define CcGetFileSizePointer(FO) ( \ argument
422 #define CcCopyWriteWontFlush(FO, FOFF, LEN) ((LEN) <= 0x10000) argument
425 #define CcReadAhead(FO, FOFF, LEN) ( \ argument
H A Dfsrtlfuncs.h1662 #define FsRtlGetPerStreamContextPointer(FO) \ argument
1670 #define FsRtlSupportsPerStreamContexts(FO) \ argument
/reactos/drivers/filesystems/cdfs/
H A Dcddata.h210 #define ASSERT_FILE_OBJECT(FO) ASSERT_STRUCT( (FO), IO_TYPE_FILE ) argument
211 #define ASSERT_OPTIONAL_FILE_OBJECT(FO) ASSERT_OPTIONAL_STRUCT( (FO), IO_TYPE_FILE ) argument
252 #define ASSERT_FILE_OBJECT(FO) { NOTHING; } argument
253 #define ASSERT_OPTIONAL_FILE_OBJECT(FO) { NOTHING; } argument
/reactos/drivers/filesystems/udfs/
H A Dntifs_ex.h253 #define IsFileObjectReadOnly(FO) (!((FO)->WriteAccess | (FO)->DeleteAccess)) argument
H A Dcreate.cpp19 #define IsFileObjectReadOnly(FO) (!((FO)->WriteAccess | (FO)->DeleteAccess)) argument
/reactos/drivers/filesystems/fastfat/
H A Dfatprocs.h2797 #define IsFileWriteThrough(FO,VCB) ( \ argument
2867 #define IsFileObjectReadOnly(FO) (!((FO)->WriteAccess | (FO)->DeleteAccess)) argument