Home | History | Annotate | Download | only in ddk

Lines Matching refs:FO

7909 #define FsRtlGetPerStreamContextPointer(FO) (   \
7910 (PFSRTL_ADVANCED_FCB_HEADER)(FO)->FsContext \
7919 #define FsRtlSupportsPerStreamContexts(FO) ( \
7920 (BOOLEAN)((NULL != FsRtlGetPerStreamContextPointer(FO) && \
7921 FlagOn(FsRtlGetPerStreamContextPointer(FO)->Flags2, \
8040 #define CcIsFileCached(FO) ( \
8041 ((FO)->SectionObjectPointer != NULL) && \
8042 (((PSECTION_OBJECT_POINTERS)(FO)->SectionObjectPointer)->SharedCacheMap != NULL) \
8425 #define CcGetFileSizePointer(FO) ( \
8426 ((PLARGE_INTEGER)((FO)->SectionObjectPointer->SharedCacheMap) + 1) \
8458 #define CcCopyWriteWontFlush(FO, FOFF, LEN) ((LEN) <= 0x10000)
8461 #define CcReadAhead(FO, FOFF, LEN) ( \
8463 CcScheduleReadAhead((FO), (FOFF), (LEN)); \