Home
last modified time | relevance | path

Searched defs:FI (Results 1 – 5 of 5) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dprotos.h96 #define UDFCloseAllDelayedInDir(Vcb,FI) \ argument
99 #define UDFCloseAllSystemDelayedInDir(Vcb,FI) \ argument
H A Denv_spec.h101 PUDF_FILE_INFO FI, in UDFNotifyFullReportChange()
H A Dflush.cpp417 IN PUDF_FILE_INFO FI, in UDFFlushADirectory()
H A Denv_spec.cpp600 PUDF_FILE_INFO FI, in UDFNotifyFullReportChange()
/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.h814 #define UDFIsFlushed(FI) \ argument
998 #define UDFIsAStreamDir(FI) ((FI) && ((FI)->Dloc) && ((FI)->Dloc->FE_Flags & UDF_FE_FLAG_IS_SDIR)) argument
1000 #define UDFHasAStreamDir(FI) ((FI) && ((FI)->Dloc) && ((FI)->Dloc->FE_Flags & UDF_FE_FLAG_HAS_SDIR… argument
1002 #define UDFIsAStream(FI) ((FI) && UDFIsAStreamDir((FI)->ParentFile)) argument
1004 #define UDFIsSDirDeleted(FI) ((FI) && (FI)->Dloc && ((FI)->Dloc->FE_Flags & UDF_FE_FLAG_IS_DEL_SDI… argument