os/kernelhwsrv/userlibandfileserver/fileserver/inc/utraceefsrv.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 
     2 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description:
    15 // File Server client-side tracing
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21  @publishedPartner
    22  @prototype
    23 */
    24 
    25 #ifndef UTRACEEFSRV_H
    26 #define UTRACEEFSRV_H
    27 
    28 
    29 #include <f32tracedef.h>
    30 
    31 #define MODULEUID EF32TraceUidEfsrv
    32 
    33 
    34 /**
    35 This defines trace attributes to be used by trace points within the efsrv.dll executable.
    36 */
    37 namespace UTraceModuleEfsrv
    38     {
    39 
    40 	/** 
    41 	@SYMTraceFormatCategory EF32TraceUidEfsrv 
    42 	*/
    43 
    44 
    45 
    46     /**
    47     @SYMTraceFormatId
    48     */
    49     enum TFormatId
    50         {
    51 		EReserved = UTF::KInitialClientFormat-1,
    52 
    53         /** @SYMTraceFormatString "+RFile::Replace() sess %x mode %x FileName %*S" */
    54 		EFileReplace,
    55         /** @SYMTraceFormatString "-RFile::Replace() r %d subs %x" */
    56         EFileReplaceReturn,
    57 
    58         /** @SYMTraceFormatString "+RFile::Create() sess %x mode %x FileName %*S" */
    59 		EFileCreate,
    60         /** @SYMTraceFormatString "-RFile::Create() r %d subs %x" */
    61         EFileCreateReturn,
    62 
    63         /** @SYMTraceFormatString "+RFile::Open() sess %x mode %x FileName %*S" */
    64 		EFileOpen,
    65         /** @SYMTraceFormatString "-RFile::Open() r %d subs %x" */
    66         EFileOpenReturn,
    67 
    68         /** @SYMTraceFormatString "+RFile::Adopt() sess %x subs %x" */
    69         EFileAdopt,
    70         /** @SYMTraceFormatString "-RFile::Adopt() r %d sess %x subs %x" */
    71         EFileAdoptReturn,
    72 
    73         /** @SYMTraceFormatString "+RFile::AdoptFromServer() sess %x subs %x" */
    74         EFileAdoptFromServer,
    75         /** @SYMTraceFormatString "-RFile::AdoptFromServer() r %d sess %x subs %x" */
    76         EFileAdoptFromServerReturn,
    77 
    78         /** @SYMTraceFormatString "+RFile::AdoptFromClient() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d " */
    79         EFileAdoptFromClient,
    80         /** @SYMTraceFormatString "-RFile::AdoptFromClient() r %d sess %x subs %x" */
    81         EFileAdoptFromClientReturn,
    82 
    83         /** @SYMTraceFormatString "+RFile::AdoptFromCreator() subs %x aFsHandleIndex %d aFileHandleIndex %d" */
    84         EFileAdoptFromCreator,
    85         /** @SYMTraceFormatString "-RFile::AdoptFromCreator() r %d sess %x subs %x" */
    86         EFileAdoptFromCreatorReturn,
    87 
    88         /** @SYMTraceFormatString "+RFile::Duplicate() sess %x subs %x aType %d" */
    89         EFileDuplicate,
    90         /** @SYMTraceFormatString "-RFile::Duplicate() r %d sess %x subs %x" */
    91         EFileDuplicateReturn,
    92 
    93         
    94         /** @SYMTraceFormatString "+RFile::TransferToServer() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d" */
    95         EFileTransferToServer,
    96         /** @SYMTraceFormatString "-RFile::TransferToServer() r %d" */
    97         EFileTransferToServerReturn,
    98 
    99         /** @SYMTraceFormatString "+RFile::TransferToClient() sess %x subs %x aFileHandleIndex %d" */
   100         EFileTransferToClient,
   101         /** @SYMTraceFormatString "-RFile::TransferToClient() r %d" */
   102         EFileTransferToClientReturn,
   103 
   104         /** @SYMTraceFormatString "+RFile::TransferToProcess() sess %x subs %x aFsHandleIndex %d aFileHandleIndex %d" */
   105         EFileTransferToProcess,
   106         /** @SYMTraceFormatString "-RFile::TransferToProcess() r %d" */
   107         EFileTransferToProcessReturn,
   108 
   109 		
   110 		/** @SYMTraceFormatString "+RFile::Name() sess %x subs %x" */
   111         EFileName,
   112 		/** @SYMTraceFormatString "-RFile::Name() r %d aName %*S" */
   113         EFileNameReturn,
   114 
   115 		/** @SYMTraceFormatString "+RFile::FullName() sess %x subs %x" */
   116         EFileFullName,
   117 		/** @SYMTraceFormatString "-RFile::FullName() r %d aName %*S" */
   118         EFileFullNameReturn,
   119 
   120 		
   121 		
   122 		/** @SYMTraceFormatString "+RFile::Temp() sess %x aPath %*S aMode %x" */
   123         EFileTemp,
   124         /** @SYMTraceFormatString "-RFile::Temp() r %d subs %x aName %*S" */
   125         EFileTempReturn,
   126 
   127 
   128         /** @SYMTraceFormatString "+RFile::Write1() sess %x subs %x len %d" */
   129         EFileWrite1,
   130 		/** @SYMTraceFormatString "-RFile::Write1() r %d" */
   131         EFileWrite1Return,
   132 		
   133         /** @SYMTraceFormatString "+RFile::Write2() sess %x subs %x len %d status %x" */
   134         EFileWrite2,
   135 		/** @SYMTraceFormatString "-RFile::Write2()" */
   136         EFileWrite2Return,
   137 		
   138         /** @SYMTraceFormatString "+RFile::Write3() sess %x subs %x pos %ld len %d" */
   139         EFileWrite3,
   140 		/** @SYMTraceFormatString "-RFile::Write3() r %d" */
   141         EFileWrite3Return,
   142 		
   143         /** @SYMTraceFormatString "+RFile::Write4() sess %x subs %x pos %ld len %d status %x" */
   144         EFileWrite4,
   145 		/** @SYMTraceFormatString "-RFile::Write4()" */
   146         EFileWrite4Return,
   147 		
   148 
   149 
   150 
   151         /** @SYMTraceFormatString "+RFile::Read1() sess %x subs %x maxlen %d" */
   152         EFileRead1,
   153 		/** @SYMTraceFormatString "-RFile::Read1() r %d len %d" */
   154         EFileRead1Return,
   155 
   156         /** @SYMTraceFormatString "+RFile::Read2() sess %x subs %x maxlen %d status %x" */
   157         EFileRead2,
   158 		/** @SYMTraceFormatString "-RFile::Read2()" */
   159         EFileRead2Return,
   160 
   161         /** @SYMTraceFormatString "+RFile::Read3() sess %x subs %x aPos %ld maxlen %d" */
   162         EFileRead3,
   163 		/** @SYMTraceFormatString "-RFile::Read3() r %d len %d" */
   164         EFileRead3Return,
   165 
   166         /** @SYMTraceFormatString "+RFile::Read4() sess %x subs %x aPos %ld maxlen %d status %x" */
   167         EFileRead4,
   168 		/** @SYMTraceFormatString "-RFile::Read4()" */
   169         EFileRead4Return,
   170 
   171 
   172 
   173 
   174 
   175 		/** @SYMTraceFormatString "+RFile::Lock() sess %x subs %x aPos %ld aLength %d" */
   176         EFileLock,
   177         /** @SYMTraceFormatString "-RFile::Lock() r %d" */
   178         EFileLockReturn,
   179 
   180 		/** @SYMTraceFormatString "+RFile::UnLock() sess %x subs %x aPos %ld aLength %d" */
   181         EFileUnLock,
   182         /** @SYMTraceFormatString "-RFile::UnLock() r %d" */
   183         EFileUnLockReturn,
   184 
   185 		/** @SYMTraceFormatString "+RFile::Seek() sess %x subs %x aMode %x aPos %ld" */
   186         EFileSeek,
   187         /** @SYMTraceFormatString "-RFile::Seek() r %d" */
   188         EFileSeekReturn,
   189 
   190 		/** @SYMTraceFormatString "+RFile::Flush() sess %x subs %x status %x" */
   191         EFileFlush,
   192         /** @SYMTraceFormatString "-RFile::Flush() r %d" */
   193         EFileFlushReturn,
   194 
   195 		/** @SYMTraceFormatString "+RFile::Size1() sess %x subs %x" */
   196         EFileSize,
   197         /** @SYMTraceFormatString "-RFile::Size1() r %d aSize %d" */
   198         EFileSizeReturn,
   199 
   200 		/** @SYMTraceFormatString "+RFile::Size2() sess %x subs %x" */
   201         EFileSize2,
   202         /** @SYMTraceFormatString "-RFile::Size2() r %d aSize %ld" */
   203         EFileSize2Return,
   204 
   205 		/** @SYMTraceFormatString "+RFile::SetSize() sess %x subs %x aSize %ld" */
   206         EFileSetSize,
   207         /** @SYMTraceFormatString "-RFile::SetSize() r %d" */
   208         EFileSetSizeReturn,
   209 
   210 		/** @SYMTraceFormatString "+RFile::Att() sess %x subs %x" */
   211         EFileAtt,
   212         /** @SYMTraceFormatString "-RFile::Att() r %d aVal %x" */
   213         EFileAttReturn,
   214 
   215 		/** @SYMTraceFormatString "+RFile::SetAtt() sess %x subs %x aSetAttMask %x aClearAttMask %x" */
   216         EFileSetAtt,
   217         /** @SYMTraceFormatString "-RFile::SetAtt() r %d" */
   218         EFileSetAttReturn,
   219 
   220 		/** @SYMTraceFormatString "+RFile::Modified() sess %x subs %x" */
   221         EFileModified,
   222         /** @SYMTraceFormatString "-RFile::Modified() r %d aTime %lx" */
   223         EFileModifiedReturn,
   224 
   225 		/** @SYMTraceFormatString "+RFile::SetModified() sess %x subs %x aTime %lx" */
   226         EFileSetModified,
   227         /** @SYMTraceFormatString "-RFile::SetModified() r %d" */
   228         EFileSetModifiedReturn,
   229 
   230 		/** @SYMTraceFormatString "+RFile::Set() sess %x subs %x aTime %lx aSetAttMask %x aClearAttMask %x" */
   231         EFileSet,
   232         /** @SYMTraceFormatString "-RFile::Set() r %d" */
   233         EFileSetReturn,
   234 
   235 		/** @SYMTraceFormatString "+RFile::ChangeMode() sess %x subs %x aNewMode %x" */
   236         EFileChangeMode,
   237         /** @SYMTraceFormatString "-RFile::ChangeMode() r %d" */
   238         EFileChangeModeReturn,
   239 
   240 		/** @SYMTraceFormatString "+RFile::Rename() sess %x subs %x aNewName %*S" */
   241         EFileRename,
   242         /** @SYMTraceFormatString "-RFile::Rename() r %d" */
   243         EFileRenameReturn,
   244 
   245 		/** @SYMTraceFormatString "+RFile::Drive() sess %x subs %x" */
   246         EFileDrive,
   247         /** @SYMTraceFormatString "-RFile::Drive() r %d driveAtt %x mediaAtt %x type %x" */
   248         EFileDriveReturn,
   249 
   250 		/** @SYMTraceFormatString "+RFile::Clamp() sess %x subs %x" */
   251         EFileClamp,
   252         /** @SYMTraceFormatString "-RFile::Clamp() r %d" */
   253         EFileClampReturn,
   254 
   255 		/** @SYMTraceFormatString "+RFile::BlockMap() sess %x subs %x aStartPos %ld aEndPos %ld aBlockMapusage %d" */
   256         EFileBlockMap,
   257         /** @SYMTraceFormatString "-RFile::BlockMap() r %d" */
   258         EFileBlockMapReturn,
   259 
   260 		/** @SYMTraceFormatString "+RFile::Close() sess %x subs %x" */
   261         EFileClose,
   262         /** @SYMTraceFormatString "-RFile::Close()" */
   263         EFileCloseReturn,
   264 
   265 
   266 
   267 		/** @SYMTraceFormatString "+RFS::DriveToChar() aDrive %d" */
   268 		EFsDriveToChar,
   269 		/** @SYMTraceFormatString "-RFs::DriveToChar() r %d aChar %c" */
   270 		EFsDriveToCharReturn,
   271 		/** @SYMTraceFormatString "+RFs::IsRomAddress() aPtr %x" */
   272 		EFsIsRomAddress,
   273 		/** @SYMTraceFormatString "-RFS::IsRomAddress() r %d" */
   274 		EFsIsRomAddressReturn,
   275 		/** @SYMTraceFormatString "+RFs::GetSystemDrive()" */
   276 		EFsGetSystemDrive,
   277 		/** @SYMTraceFormatString "-RFs::GetSystemDrive() r %d" */
   278 		EFsGetSystemDriveReturn,
   279 		/** @SYMTraceFormatString "+RFs::GetSystemDriveChar()" */
   280 		EFsGetSystemDriveChar,
   281 		/** @SYMTraceFormatString "-RFs::GetSystemDriveChar() r %c" */
   282 		EFsGetSystemDriveCharReturn,
   283 		/** @SYMTraceFormatString "+RFs::SetSystemDrive() sess %x" */
   284 		EFsSetSystemDrive,
   285 		/** @SYMTraceFormatString "-RFs::SetSystemDrive() r %d" */
   286 		EFsSetSystemDriveReturn,
   287 		/** @SYMTraceFormatString "+RFs::Connect()" */
   288 		EFsConnect,
   289 		/** @SYMTraceFormatString "-RFs::Connect() r %d sess %x" */
   290 		EFsConnectReturn,
   291 		/** @SYMTraceFormatString "+RFs::SetSessionToPrivate() sess %x" */
   292 		EFsSetSessionToPrivate,
   293 		/** @SYMTraceFormatString "-RFs::SetSessionToPrivate() r %d" */
   294 		EFsSetSessionToPrivateReturn,
   295 		/** @SYMTraceFormatString "+RFs::PrivatePath() sess %x" */
   296 		EFsPrivatePath,
   297 		/** @SYMTraceFormatString "-RFs::PrivatePath() r %d aPath %*S" */
   298 		EFsPrivatePathReturn,
   299 		/** @SYMTraceFormatString "+RFs::CreatePrivatePath() sess %x aDrive %d" */
   300 		EFsCreatePrivatePath,
   301 		/** @SYMTraceFormatString "-RFs::CreatePrivatePath() r %d" */
   302 		EFsCreatePrivatePathReturn,
   303 		/** @SYMTraceFormatString "+RFs::Version() sess %x" */
   304 		EFsVersion,
   305 		/** @SYMTraceFormatString "-RFs::Version() iMajor %d iMinor %d iBuild %d" */
   306 		EFsVersionReturn,
   307 		/** @SYMTraceFormatString "+RFs::AddFileSystem() sess %x aFileName %*S" */
   308 		EFsAddFileSystem,
   309 		/** @SYMTraceFormatString "-RFs::AddFileSystem() r %d" */
   310 		EFsAddFileSystemReturn,
   311 		/** @SYMTraceFormatString "+RFs::RemoveFileSystem() sess %x aFileName %*S" */
   312 		EFsRemoveFileSystem,
   313 		/** @SYMTraceFormatString "-RFs::RemoveFileSystem() r %d" */
   314 		EFsRemoveFileSystemReturn,
   315 		/** @SYMTraceFormatString "+RFs::MountFileSystem1() sess %x aFileSystemName %*S aDrive %d" */
   316 		EFsMountFileSystem1,
   317 		/** @SYMTraceFormatString "-RFs::MountFileSystem1() r %d" */
   318 		EFsMountFileSystem1Return,
   319 		/** @SYMTraceFormatString "+RFs::MountFileSystem2() sess %x aFileSystemName %*S aDrive %d aIsSync %d" */
   320 		EFsMountFileSystem2,
   321 		/** @SYMTraceFormatString "-RFs::MountFileSystem2() r %d" */
   322 		EFsMountFileSystem2Return,
   323 		/** @SYMTraceFormatString "+RFs::MountFileSystem3() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d" */
   324 		EFsMountFileSystem3,
   325 		/** @SYMTraceFormatString "-RFs::MountFileSystem3() r %d" */
   326 		EFsMountFileSystem3Return,
   327 		/** @SYMTraceFormatString "+RFs::MountFileSystem4() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d aIsSync %d" */
   328 		EFsMountFileSystem4,
   329 		/** @SYMTraceFormatString "-RFs::MountFileSystem4() r %d" */
   330 		EFsMountFileSystem4Return,
   331 		/** @SYMTraceFormatString "+RFs::MountFileSystemAndScan1() sess %x aFileSystemName %*S aDrive %d" */
   332 		EFsMountFileSystemAndScan1,
   333 		/** @SYMTraceFormatString "-RFs::MountFileSystemAndScan1() r %d" */
   334 		EFsMountFileSystemAndScan1Return,
   335 		/** @SYMTraceFormatString "+RFs::MountFileSystemAndScan2() sess %x aFileSystemName %*S aExtensionName %*S aDrive %d " */
   336 		EFsMountFileSystemAndScan2,
   337 		/** @SYMTraceFormatString "-RFs::MountFileSystemAndScan2() r %d aIsMountSuccess %d" */
   338 		EFsMountFileSystemAndScan2Return,
   339 		/** @SYMTraceFormatString "+RFs::DismountFileSystem() sess %x aFileSystemName %*S aDrive %d" */
   340 		EFsDismountFileSystem,
   341 		/** @SYMTraceFormatString "-RFs::DismountFileSystem() r %d" */
   342 		EFsDismountFileSystemReturn,
   343 		/** @SYMTraceFormatString "+RFs::FileSystemName() sess %x aDrive %d" */
   344 		EFsFileSystemName,
   345 		/** @SYMTraceFormatString "-RFs::FileSystemName() r %d aName %*S" */
   346 		EFsFileSystemNameReturn,
   347 		/** @SYMTraceFormatString "+RFs::AddExtension() sess %x aFileName %*S" */
   348 		EFsAddExtension,
   349 		/** @SYMTraceFormatString "-RFs::AddExtension() r %d" */
   350 		EFsAddExtensionReturn,
   351 		/** @SYMTraceFormatString "+RFs::MountExtension() sess %x aExtensionName %*S aDrive %d" */
   352 		EFsMountExtension,
   353 		/** @SYMTraceFormatString "-RFs::MountExtension() r %d" */
   354 		EFsMountExtensionReturn,
   355 		/** @SYMTraceFormatString "+RFs::DismountExtension() sess %x aExtensionName %*S aDrive %d" */
   356 		EFsDismountExtension,
   357 		/** @SYMTraceFormatString "-RFs::DismountExtension() r %d" */
   358 		EFsDismountExtensionReturn,
   359 		/** @SYMTraceFormatString "+RFs::RemoveExtension() sess %x aExtensionName %*S" */
   360 		EFsRemoveExtension,
   361 		/** @SYMTraceFormatString "-RFs::RemoveExtension() r %d" */
   362 		EFsRemoveExtensionReturn,
   363 		/** @SYMTraceFormatString "+RFs::ExtensionName() sess %x aExtensionName %*S aDrive %d aPos %d" */
   364 		EFsExtensionName,
   365 		/** @SYMTraceFormatString "-RFs::ExtensionName() r %d" */
   366 		EFsExtensionNameReturn,
   367 		/** @SYMTraceFormatString "+RFs::RemountDrive() sess %x aDrive %d aMountInfo %x aFlags %x" */
   368 		EFsRemountDrive,
   369 		/** @SYMTraceFormatString "-RFs::RemountDrive() r %d" */
   370 		EFsRemountDriveReturn,
   371 		/** @SYMTraceFormatString "+RFs::NotifyChange1() sess %x aType %x status %x" */
   372 		EFsNotifyChange1,
   373 		/** @SYMTraceFormatString "-RFs::NotifyChange1() r %d" */
   374 		EFsNotifyChange1Return,
   375 		/** @SYMTraceFormatString "+RFs::NotifyChange2() sess %x aType %x status %x aPathName %*S" */
   376 		EFsNotifyChange2,
   377 		/** @SYMTraceFormatString "-RFs::NotifyChange2() r %d" */
   378 		EFsNotifyChange2Return,
   379 		/** @SYMTraceFormatString "+RFs::NotifyChangeCancel1() sess %x" */
   380 		EFsNotifyChangeCancel1,
   381 		/** @SYMTraceFormatString "-RFs::NotifyChangeCancel1() r %d" */
   382 		EFsNotifyChangeCancel1Return,
   383 		/** @SYMTraceFormatString "+RFs::NotifyChangeCancel2() sess %x status %x" */
   384 		EFsNotifyChangeCancel2,
   385 		/** @SYMTraceFormatString "-RFs::NotifyChangeCancel2() r %d" */
   386 		EFsNotifyChangeCancel2Return,
   387 		/** @SYMTraceFormatString "+RFs::NotifyDiskSpace() sess %x aThreshold %ld aDrive %d status %x" */
   388 		EFsNotifyDiskSpace,
   389 		/** @SYMTraceFormatString "-RFs::NotifyDiskSpace() r %d" */
   390 		EFsNotifyDiskSpaceReturn,
   391 		/** @SYMTraceFormatString "+RFs::NotifyDiskSpaceCancel1() sess %x status %x" */
   392 		EFsNotifyDiskSpaceCancel1,
   393 		/** @SYMTraceFormatString "-RFs::NotifyDiskSpaceCancel1() r %d" */
   394 		EFsNotifyDiskSpaceCancel1Return,
   395 		/** @SYMTraceFormatString "+RFs::NotifyDiskSpaceCancel2() sess %x" */
   396 		EFsNotifyDiskSpaceCancel2,
   397 		/** @SYMTraceFormatString "-RFs::NotifyDiskSpaceCancel2() r %d" */
   398 		EFsNotifyDiskSpaceCancel2Return,
   399 		/** @SYMTraceFormatString "+RFs::DriveList1() sess %x" */
   400 		EFsDriveList1,
   401 		/** @SYMTraceFormatString "-RFs::DriveList1() r %d" */
   402 		EFsDriveList1Return,
   403 		/** @SYMTraceFormatString "+RFs::DriveList2() sess %x aFlags %x" */
   404 		EFsDriveList2,
   405 		/** @SYMTraceFormatString "-RFs::DriveList2() r %d" */
   406 		EFsDriveList2Return,
   407 		/** @SYMTraceFormatString "+RFs::Drive() sess %x aDrive %d" */
   408 		EFsDrive,
   409 		/** @SYMTraceFormatString "-RFs::Drive() r %d driveAtt %x mediaAtt %x type %x" */
   410 		EFsDriveReturn,
   411 		/** @SYMTraceFormatString "+RFs::Volume1() sess %x aDrive %d" */
   412 		EFsVolume1,
   413 		/** @SYMTraceFormatString "-RFs::Volume1() r %d iUniqueID %x iSize %ld iFree %ld iFileCacheFlags %x" */
   414 		EFsVolume1Return,
   415 		/** @SYMTraceFormatString "+RFs::Volume2() sess %x aDrive %d status %x" */
   416 		EFsVolume2,
   417 		/** @SYMTraceFormatString "-RFs::Volume2() r %d" */
   418 		EFsVolume2Return,
   419 		/** @SYMTraceFormatString "+RFs::SetVolumeLabel() sess %x aName %*S aDrive %d" */
   420 		EFsSetVolumeLabel,
   421 		/** @SYMTraceFormatString "-RFs::SetVolumeLabel() r %d" */
   422 		EFsSetVolumeLabelReturn,
   423 		/** @SYMTraceFormatString "+RFs::Subst() sess %x aPath %*S aDrive %d" */
   424 		EFsSubst,
   425 		/** @SYMTraceFormatString "-RFs::Subst() r %d" */
   426 		EFsSubstReturn,
   427 		/** @SYMTraceFormatString "+RFs::SetSubst() sess %x aPath %%S aDrive %d" */
   428 		EFsSetSubst,
   429 		/** @SYMTraceFormatString "-RFs::SetSubst() r %d" */
   430 		EFsSetSubstReturn,
   431 		/** @SYMTraceFormatString "+RFs::RealName() sess %x aName %*S" */
   432 		EFsRealName,
   433 		/** @SYMTraceFormatString "-RFs::RealName() r %d aResult %*S" */
   434 		EFsRealNameReturn,
   435 		/** @SYMTraceFormatString "+RFs::GetMediaSerialNumber() sess %x aDrive %d" */
   436 		EFsGetMediaSerialNumber,
   437 		/** @SYMTraceFormatString "-RFs::GetMediaSerialNumber() r %d aSerialNum %*x" */
   438 		EFsGetMediaSerialNumberReturn,
   439 		/** @SYMTraceFormatString "+RFs::SessionPath() sess %x" */
   440 		EFsSessionPath,
   441 		/** @SYMTraceFormatString "-RFs::SessionPath() r %d aPath %*S" */
   442 		EFsSessionPathReturn,
   443 		/** @SYMTraceFormatString "+RFs::SetSessionPath() sess %x aPath %*S" */
   444 		EFsSetSessionPath,
   445 		/** @SYMTraceFormatString "-RFs::SetSessionPath() r %d" */
   446 		EFsSetSessionPathReturn,
   447 		/** @SYMTraceFormatString "+RFs::MkDir() sess %x aPath %*S" */
   448 		EFsMkDir,
   449 		/** @SYMTraceFormatString "-RFs::MkDir() r %d" */
   450 		EFsMkDirReturn,
   451 		/** @SYMTraceFormatString "+RFs::MkDirAll() sess %x aPath %*S" */
   452 		EFsMkDirAll,
   453 		/** @SYMTraceFormatString "-RFs::MkDirAll() r %d" */
   454 		EFsMkDirAllReturn,
   455 		/** @SYMTraceFormatString "+RFs::RmDir() sess %x aPath %*S" */
   456 		EFsRmDir,
   457 		/** @SYMTraceFormatString "-RFs::RmDir() r %d" */
   458 		EFsRmDirReturn,
   459 		/** @SYMTraceFormatString "+RFs::GetDir1() sess %x aName %*S aUidType0 %x aUidType1 %x aUidType2 %x aKey %x" */
   460 		EFsGetDir1,
   461 		/** @SYMTraceFormatString "-RFs::GetDir1() r %d" */
   462 		EFsGetDir1Return,
   463 		/** @SYMTraceFormatString "+RFs::GetDir2() sess %x aName %*S anAttMask %x aKey %x" */
   464 		EFsGetDir2,
   465 		/** @SYMTraceFormatString "-RFs::GetDir2() r %d" */
   466 		EFsGetDir2Return,
   467 		/** @SYMTraceFormatString "+RFs::GetDir3() sess %x aName %*S anAttMask %x aKey %x" */
   468 		EFsGetDir3,
   469 		/** @SYMTraceFormatString "-RFs::GetDir3() r %d" */
   470 		EFsGetDir3Return,
   471 		/** @SYMTraceFormatString "+RFs::Parse1() sess %x aName %*S" */
   472 		EFsParse1,
   473 		/** @SYMTraceFormatString "-RFs::Parse1() r %d" */
   474 		EFsParse1Return,
   475 		/** @SYMTraceFormatString "+RFs::Parse2() sess %x aName %*S aRelated %*S" */
   476 		EFsParse2,
   477 		/** @SYMTraceFormatString "-RFs::Parse2() r %d" */
   478 		EFsParse2Return,
   479 		/** @SYMTraceFormatString "+RFs::Delete() sess %x aName %*S" */
   480 		EFsDelete,
   481 		/** @SYMTraceFormatString "-RFs::Delete() r %d" */
   482 		EFsDeleteReturn,
   483 		/** @SYMTraceFormatString "+RFs::Rename() sess %x anOldName %*S aNewName %*S" */
   484 		EFsRename,
   485 		/** @SYMTraceFormatString "-RFs::Rename() r %d" */
   486 		EFsRenameReturn,
   487 		/** @SYMTraceFormatString "+RFs::Replace() sess %x anOldName %*S aNewName %*S" */
   488 		EFsReplace,
   489 		/** @SYMTraceFormatString "-RFs::Replace() r %d" */
   490 		EFsReplaceReturn,
   491 		/** @SYMTraceFormatString "+RFs::Att() sess %x aName %*S" */
   492 		EFsAtt,
   493 		/** @SYMTraceFormatString "-RFs::Att() r %d aVal %x" */
   494 		EFsAttReturn,
   495 		/** @SYMTraceFormatString "+RFs::SetAtt() sess %x aName %*S aSetAttMask %x aClearAttMask %x" */
   496 		EFsSetAtt,
   497 		/** @SYMTraceFormatString "-RFs::SetAtt() r %d" */
   498 		EFsSetAttReturn,
   499 		/** @SYMTraceFormatString "+RFs::Modified() sess %x aName %*S" */
   500 		EFsModified,
   501 		/** @SYMTraceFormatString "-RFs::Modified() r %d aTime %lx" */
   502 		EFsModifiedReturn,
   503 		/** @SYMTraceFormatString "+RFs::SetModified() sess %x aName %*S aTime %lx" */
   504 		EFsSetModified,
   505 		/** @SYMTraceFormatString "-RFs::SetModified() r %d" */
   506 		EFsSetModifiedReturn,
   507 		/** @SYMTraceFormatString "+RFs::Entry() sess %x aName %*S" */
   508 		EFsEntry,
   509 		/** @SYMTraceFormatString "-RFs::Entry() r %d att %x modified %lx size %d" */
   510 		EFsEntryReturn,
   511 		/** @SYMTraceFormatString "+RFs::SetEntry() sess %x aName %*S aTime %lx aSetAttMask %x aClearAttMask %x" */
   512 		EFsSetEntry,
   513 		/** @SYMTraceFormatString "-RFs::SetEntry() r %d" */
   514 		EFsSetEntryReturn,
   515 		/** @SYMTraceFormatString "+RFs::ReadFileSection() sess %x aName %*S aPos %ld aLength %d" */
   516 		EFsReadFileSection,
   517 		/** @SYMTraceFormatString "-RFs::ReadFileSection() r %d" */
   518 		EFsReadFileSectionReturn,
   519 		/** @SYMTraceFormatString "+RFs::ResourceCountMarkStart() sess %x" */
   520 		EFsResourceCountMarkStart,
   521 		/** @SYMTraceFormatString "-RFs::ResourceCountMarkStart() r %d" */
   522 		EFsResourceCountMarkStartReturn,
   523 		/** @SYMTraceFormatString "+RFs::ResourceCountMarkEnd() sess %x" */
   524 		EFsResourceCountMarkEnd,
   525 		/** @SYMTraceFormatString "-RFs::ResourceCountMarkEnd() r %d" */
   526 		EFsResourceCountMarkEndReturn,
   527 		/** @SYMTraceFormatString "+RFs::ResourceCount() sess %x" */
   528 		EFsResourceCount,
   529 		/** @SYMTraceFormatString "-RFs::ResourceCount() r %d" */
   530 		EFsResourceCountReturn,
   531 		/** @SYMTraceFormatString "+RFs::CheckDisk() sess %x aDrive %*S" */
   532 		EFsCheckDisk,
   533 		/** @SYMTraceFormatString "-RFs::CheckDisk() r %d" */
   534 		EFsCheckDiskReturn,
   535 		/** @SYMTraceFormatString "+RFs::ScanDrive() sess %x aDrive %*S" */
   536 		EFsScanDrive,
   537 		/** @SYMTraceFormatString "-RFs::ScanDrive() r %d" */
   538 		EFsScanDriveReturn,
   539 		/** @SYMTraceFormatString "+RFs::GetShortName() sess %x aLongName %*S" */
   540 		EFsGetShortName,
   541 		/** @SYMTraceFormatString "-RFs::GetShortName() r %d aShortName %*S" */
   542 		EFsGetShortNameReturn,
   543 		/** @SYMTraceFormatString "+RFs::GetLongName() sess %x aShortName %*S" */
   544 		EFsGetLongName,
   545 		/** @SYMTraceFormatString "-RFs::GetLongName() r %d aLongName %*S" */
   546 		EFsGetLongNameReturn,
   547 		/** @SYMTraceFormatString "+RFs::IsFileOpen() sess %x aFileName %*S" */
   548 		EFsIsFileOpen,
   549 		/** @SYMTraceFormatString "-RFs::IsFileOpen() r %d anAnswer %d" */
   550 		EFsIsFileOpenReturn,
   551 		/** @SYMTraceFormatString "+RFs::GetNotifyUser() sess %x" */
   552 		EFsGetNotifyUser,
   553 		/** @SYMTraceFormatString "-RFs::GetNotifyUser() r %d" */
   554 		EFsGetNotifyUserReturn,
   555 		/** @SYMTraceFormatString "+RFs::SetNotifyUser() sess %x aValue %d" */
   556 		EFsSetNotifyUser,
   557 		/** @SYMTraceFormatString "-RFs::SetNotifyUser() r %d" */
   558 		EFsSetNotifyUserReturn,
   559 		/** @SYMTraceFormatString "+RFs::IsFileInRom() sess %x aFileName %*S" */
   560 		EFsIsFileInRom,
   561 		/** @SYMTraceFormatString "-RFs::IsFileInRom() r %d" */
   562 		EFsIsFileInRomReturn,
   563 		/** @SYMTraceFormatString "+RFs::IsValidName1() sess %x aFileName %*S" */
   564 		EFsIsValidName1,
   565 		/** @SYMTraceFormatString "-RFs::IsValidName1() r %d" */
   566 		EFsIsValidName1Return,
   567 		/** @SYMTraceFormatString "+RFs::IsValidName2() sess %x aFileName %*S" */
   568 		EFsIsValidName2,
   569 		/** @SYMTraceFormatString "-RFs::IsValidName2() r %d aBadChar %c" */
   570 		EFsIsValidName2Return,
   571 		/** @SYMTraceFormatString "+RFs::IsValidName3() sess %x aFileName %*S" */
   572 		EFsIsValidName3,
   573 		/** @SYMTraceFormatString "-RFs::IsValidName3() r %d err %d" */
   574 		EFsIsValidName3Return,
   575 		/** @SYMTraceFormatString "+RFs::GetDriveName() sess %x aDrive %d" */
   576 		EFsGetDriveName,
   577 		/** @SYMTraceFormatString "-RFs::GetDriveName() r %d aDriveName %*S" */
   578 		EFsGetDriveNameReturn,
   579 		/** @SYMTraceFormatString "+RFs::SetDriveName() sess %x aDrive %d aDriveName %*S" */
   580 		EFsSetDriveName,
   581 		/** @SYMTraceFormatString "-RFs::SetDriveName() r %d" */
   582 		EFsSetDriveNameReturn,
   583 		/** @SYMTraceFormatString "+RFs::LockDrive() sess %x aDrv %d aStore %d" */
   584 		EFsLockDrive,
   585 		/** @SYMTraceFormatString "-RFs::LockDrive() r %d" */
   586 		EFsLockDriveReturn,
   587 		/** @SYMTraceFormatString "+RFs::UnlockDrive() sess %x aDrv %d aStore %d" */
   588 		EFsUnlockDrive,
   589 		/** @SYMTraceFormatString "-RFs::UnlockDrive() r %d" */
   590 		EFsUnlockDriveReturn,
   591 		/** @SYMTraceFormatString "+RFs::ClearPassword() sess %x aDrv %d" */
   592 		EFsClearPassword,
   593 		/** @SYMTraceFormatString "-RFs::ClearPassword() r %d" */
   594 		EFsClearPasswordReturn,
   595 		/** @SYMTraceFormatString "+RFs::ErasePassword() sess %x aDrv %d" */
   596 		EFsErasePassword,
   597 		/** @SYMTraceFormatString "-RFs::ErasePassword() r %d" */
   598 		EFsErasePasswordReturn,
   599 		/** @SYMTraceFormatString "+RFs::StartupInitComplete() sess %x status %x" */
   600 		EFsStartupInitComplete,
   601 		/** @SYMTraceFormatString "-RFs::StartupInitComplete() r %d" */
   602 		EFsStartupInitCompleteReturn,
   603 		/** @SYMTraceFormatString "+RFs::SetLocalDriveMapping() sess %x aMapping %*x" */
   604 		EFsSetLocalDriveMapping,
   605 		/** @SYMTraceFormatString "-RFs::SetLocalDriveMapping() r %d" */
   606 		EFsSetLocalDriveMappingReturn,
   607 		/** @SYMTraceFormatString "+RFs::FinaliseDrive() sess %x aDriveNo %d aMode %d" */
   608 		EFsFinaliseDrive,
   609 		/** @SYMTraceFormatString "-RFs::FinaliseDrive() r %d" */
   610 		EFsFinaliseDriveReturn,
   611 		/** @SYMTraceFormatString "+RFs::FinaliseDrives() sess %x" */
   612 		EFsFinaliseDrives,
   613 		/** @SYMTraceFormatString "-RFs::FinaliseDrives() r %d" */
   614 		EFsFinaliseDrivesReturn,
   615 		/** @SYMTraceFormatString "+RFs::SwapFileSystem() sess %x aOldFileSystemName %*S aNewFileSystemName %*S aDrive %d" */
   616 		EFsSwapFileSystem,
   617 		/** @SYMTraceFormatString "-RFs::SwapFileSystem() r %d" */
   618 		EFsSwapFileSystemReturn,
   619 		/** @SYMTraceFormatString "+RFs::AddCompositeMount() sess %x aFileSystemName %*S aLocalDriveToMount %d aCompositeDrive %d aSync %d" */
   620 		EFsAddCompositeMount,
   621 		/** @SYMTraceFormatString "-RFs::AddCompositeMount() r %d" */
   622 		EFsAddCompositeMountReturn,
   623 		/** @SYMTraceFormatString "+RFs::ReserveDriveSpace() sess %x aDriveNo %d aSpace %d" */
   624 		EFsReserveDriveSpace,
   625 		/** @SYMTraceFormatString "-RFs::ReserveDriveSpace() r %d" */
   626 		EFsReserveDriveSpaceReturn,
   627 		/** @SYMTraceFormatString "+RFs::GetReserveAccess() sess %x aDriveNo %d" */
   628 		EFsGetReserveAccess,
   629 		/** @SYMTraceFormatString "-RFs::GetReserveAccess() r %d" */
   630 		EFsGetReserveAccessReturn,
   631 		/** @SYMTraceFormatString "+RFs::ReleaseReserveAccess() sess %x aDriveNo %d" */
   632 		EFsReleaseReserveAccess,
   633 		/** @SYMTraceFormatString "-RFs::ReleaseReserveAccess() r %d" */
   634 		EFsReleaseReserveAccessReturn,
   635 		/** @SYMTraceFormatString "+RFs::NotifyDismount() sess %x aDrive %d stauts %x aMode %d" */
   636 		EFsNotifyDismount,
   637 		/** @SYMTraceFormatString "-RFs::NotifyDismount() r %d" */
   638 		EFsNotifyDismountReturn,
   639 		/** @SYMTraceFormatString "+RFs::NotifyDismountCancel1() sess %x status %x" */
   640 		EFsNotifyDismountCancel1,
   641 		/** @SYMTraceFormatString "-RFs::NotifyDismountCancel1() r %d" */
   642 		EFsNotifyDismountCancel1Return,
   643 		/** @SYMTraceFormatString "+RFs::NotifyDismountCancel2() sess %x" */
   644 		EFsNotifyDismountCancel2,
   645 		/** @SYMTraceFormatString "-RFs::NotifyDismountCancel2() r %d" */
   646 		EFsNotifyDismountCancel2Return,
   647 		/** @SYMTraceFormatString "+RFs::AllowDismount() sess %x aDrive %d" */
   648 		EFsAllowDismount,
   649 		/** @SYMTraceFormatString "-RFs::AllowDismount() r %d" */
   650 		EFsAllowDismountReturn,
   651 		/** @SYMTraceFormatString "+RFs::SetStartupConfiguration() sess %x aCommand %d aParam1 %x aParam2 %x" */
   652 		EFsSetStartupConfiguration,
   653 		/** @SYMTraceFormatString "-RFs::SetStartupConfiguration() r %d" */
   654 		EFsSetStartupConfigurationReturn,
   655 		/** @SYMTraceFormatString "+RFs::SetNotifyChange() sess %x aNotifyChange %d" */
   656 		EFsSetNotifyChange,
   657 		/** @SYMTraceFormatString "-RFs::SetNotifyChange() r %d" */
   658 		EFsSetNotifyChangeReturn,
   659 		/** @SYMTraceFormatString "+RFs::InitialisePropertiesFile() sess %x filePtr %x fileLen %d" */
   660 		EFsInitialisePropertiesFile,
   661 		/** @SYMTraceFormatString "-RFs::InitialisePropertiesFile() r %d" */
   662 		EFsInitialisePropertiesFileReturn,
   663 		/** @SYMTraceFormatString "+RFs::QueryVolumeInfoExt() sess %x aDrive %d aCommand %d" */
   664 		EFsQueryVolumeInfoExt,
   665 		/** @SYMTraceFormatString "-RFs::QueryVolumeInfoExt() r %d" */
   666 		EFsQueryVolumeInfoExtReturn,
   667 		/** @SYMTraceFormatString "+RFs::VolumeIOParam() sess %x aDrive %d" */
   668 		EFsVolumeIOParam,
   669 		/** @SYMTraceFormatString "-RFs::VolumeIOParam() r %d iBlockSize %d iClusterSize %d iRecReadBufSize %d iRecWriteBufSize %d" */
   670 		EFsVolumeIOParamReturn,
   671 		/** @SYMTraceFormatString "+RFs::FileSystemSubType() sess %x aDrive %d aName %*S" */
   672 		EFsFileSystemSubType,
   673 		/** @SYMTraceFormatString "-RFs::FileSystemSubType() r %d" */
   674 		EFsFileSystemSubTypeReturn,
   675 
   676 		/** @SYMTraceFormatString "+RFs::AddPlugin() sess %x aFileName %*S" */
   677         EFsAddPlugin,
   678         /** @SYMTraceFormatString "-RFs::AddPlugin() r %d" */
   679         EFsAddPluginReturn,
   680 
   681 		/** @SYMTraceFormatString "+RFs::RemovePlugin() sess %x aPluginName %*S" */
   682         EFsRemovePlugin,
   683         /** @SYMTraceFormatString "-RFs::RemovePlugin() r %d" */
   684         EFsRemovePluginReturn,
   685 
   686 		/** @SYMTraceFormatString "+RFs::MountPlugin1() sess %x aPluginName %*S" */
   687         EFsMountPlugin1,
   688         /** @SYMTraceFormatString "-RFs::MountPlugin1() r %d" */
   689         EFsMountPlugin1Return,
   690 
   691 		/** @SYMTraceFormatString "+RFs::MountPlugin2() sess %x aPluginName %*S aDrive %d" */
   692         EFsMountPlugin2,
   693         /** @SYMTraceFormatString "-RFs::MountPlugin2() r %d" */
   694         EFsMountPlugin2Return,
   695 
   696 		/** @SYMTraceFormatString "+RFs::MountPlugin3() sess %x aPluginName %*S aDrive %d aPos %d" */
   697         EFsMountPlugin3,
   698         /** @SYMTraceFormatString "-RFs::MountPlugin3() r %d" */
   699         EFsMountPlugin3Return,
   700 
   701 		/** @SYMTraceFormatString "+RFs::DismountPlugin() sess %x aPluginName %*S" */
   702         EFsDismountPlugin1,
   703         /** @SYMTraceFormatString "-RFs::DismountPlugin() r %d" */
   704         EFsDismountPlugin1Return,
   705 
   706 		/** @SYMTraceFormatString "+RFs::DismountPlugin2() sess %x aPluginName %*S aDrive %d" */
   707         EFsDismountPlugin2,
   708         /** @SYMTraceFormatString "-RFs::DismountPlugin2() r %d" */
   709         EFsDismountPlugin2Return,
   710 
   711 		/** @SYMTraceFormatString "+RFs::DismountPlugin3() sess %x aPluginName %*S aDrive %d aPos %d" */
   712         EFsDismountPlugin3,
   713         /** @SYMTraceFormatString "-RFs::DismountPlugin3() r %d" */
   714         EFsDismountPlugin3Return,
   715 
   716 		/** @SYMTraceFormatString "+RFs::PluginName() sess %x aDrive %d aPos %d" */
   717         EFsPluginName,
   718         /** @SYMTraceFormatString "-RFs::PluginName() r %d aName %*S" */
   719         EFsPluginNameReturn,
   720 
   721 		/** @SYMTraceFormatString "+RFs::Close() sess %x" */
   722 		EFsClose,
   723 		/** @SYMTraceFormatString "-RFs::Close() r %d" */
   724 		EFsCloseReturn,
   725 
   726 
   727 		/** @SYMTraceFormatString "+RDir::Open1() sess %x aName %*S aUidType0 %x aUidType1 %x aUidType2 %x" */
   728         EDirOpen1,
   729         /** @SYMTraceFormatString "-RDir::Open1() r %d subs %x" */
   730         EDirOpen1Return,
   731 
   732 		/** @SYMTraceFormatString "+RDir::Open2() sess %x aName %*S anAttMask %x" */
   733         EDirOpen2,
   734         /** @SYMTraceFormatString "-RDir::Open2() r %d subs %x" */
   735         EDirOpen2Return,
   736 
   737 		/** @SYMTraceFormatString "+RDir::Close() sess %x subs %x" */
   738         EDirClose,
   739         /** @SYMTraceFormatString "-RDir::Close()" */
   740         EDirCloseReturn,
   741 
   742 		/** @SYMTraceFormatString "+RDir::Read1() sess %x subs %x" */
   743         EDirRead1,
   744         /** @SYMTraceFormatString "-RDir::Read1() r %d count %d" */
   745         EDirRead1Return,
   746 
   747 		/** @SYMTraceFormatString "+RDir::Read2() sess %x subs %x status %x" */
   748         EDirRead2,
   749         /** @SYMTraceFormatString "-RDir::Read2()" */
   750         EDirRead2Return,
   751 
   752 		/** @SYMTraceFormatString "+RDir::Read3() sess %x subs %x" */
   753         EDirRead3,
   754         /** @SYMTraceFormatString "-RDir::Read3() r %d" */
   755         EDirRead3Return,
   756 
   757 		/** @SYMTraceFormatString "+RDir::Read4() sess %x subs %x status %x" */
   758         EDirRead4,
   759         /** @SYMTraceFormatString "-RDir::Read4()" */
   760         EDirRead4Return,
   761 
   762 
   763 		/** @SYMTraceFormatString "+RFormat::Open1() sess %x aName %*S aFormatMode %x" */
   764         EFormat1Open,
   765         /** @SYMTraceFormatString "-RFormat::Open1() r %d subs %x aCount %d" */
   766         EFormatOpen1Return,
   767 
   768 		/** @SYMTraceFormatString "+RFormat::Open2() sess %x aName %*S aFormatMode %x aInfo %x" */
   769         EFormat2Open,
   770         /** @SYMTraceFormatString "-RFormat::Open2() r %d subs %x aCount %d" */
   771         EFormatOpen2Return,
   772 
   773 		/** @SYMTraceFormatString "+RFormat::Close() sess %x subs %x" */
   774         EFormatClose,
   775         /** @SYMTraceFormatString "-RFormat::Close()" */
   776         EFormatCloseReturn,
   777 
   778 		/** @SYMTraceFormatString "+RFormat::Next1() sess %x subs %x" */
   779         EFormatNext1,
   780         /** @SYMTraceFormatString "-RFormat::Next1() r %d aStep %d" */
   781         EFormatNext1Return,
   782 
   783 		/** @SYMTraceFormatString "+RFormat::Next2() sess %x subs %x status %x" */
   784         EFormatNext2,
   785         /** @SYMTraceFormatString "-RFormat::Next2()" */
   786         EFormatNext2Return,
   787 
   788 
   789 
   790 		/** @SYMTraceFormatString "+RPlugin::Open() aPos %d" */
   791         EPluginOpen,
   792         /** @SYMTraceFormatString "-RPlugin::Open() r %d subs %x" */
   793         EPluginOpenReturn,
   794 
   795 		/** @SYMTraceFormatString "+RPlugin::Close() sess %x subs %x" */
   796         EPluginClose,
   797         /** @SYMTraceFormatString "-RPlugin::Close() r %d" */
   798         EPluginCloseReturn,
   799 
   800 		/** @SYMTraceFormatString "+RPlugin::DoRequest1() sess %x subs %x aReqNo %d status %x" */
   801         EPluginDoRequest1,
   802         /** @SYMTraceFormatString "-RPlugin::DoRequest1()" */
   803         EPluginDoRequest1Return,
   804 
   805 		/** @SYMTraceFormatString "+RPlugin::DoRequest2() sess %x subs %x aReqNo %d status %x a1 %x" */
   806         EPluginDoRequest2,
   807         /** @SYMTraceFormatString "-RPlugin::DoRequest2()" */
   808         EPluginDoRequest2Return,
   809 
   810 		/** @SYMTraceFormatString "+RPlugin::DoRequest3() sess %x subs %x aReqNo %d status %x a1 %x a2 %x" */
   811         EPluginDoRequest3,
   812         /** @SYMTraceFormatString "-RPlugin::DoRequest3()" */
   813         EPluginDoRequest3Return,
   814 
   815 		/** @SYMTraceFormatString "+RPlugin::DoControl() sess %x subs %x aFunction %d" */
   816         EPluginDoControl1,
   817         /** @SYMTraceFormatString "-RPlugin::DoControl() r %d" */
   818         EPluginDoControl1Return,
   819 
   820 		/** @SYMTraceFormatString "+RPlugin::DoControl2() sess %x subs %x aFunction %d a1 %x" */
   821         EPluginDoControl2,
   822         /** @SYMTraceFormatString "-RPlugin::DoControl2() r %d" */
   823         EPluginDoControl2Return,
   824 
   825 		/** @SYMTraceFormatString "+RPlugin::DoControl3() sess %x subs %x aFunction %d a1 %x a2 %x" */
   826         EPluginDoControl3,
   827         /** @SYMTraceFormatString "-RPlugin::DoControl3() r %d" */
   828         EPluginDoControl3Return,
   829 
   830 		/** @SYMTraceFormatString "+RPlugin::DoCancel() sess %x subs %x aReqMask %x" */
   831         EPluginDoCancel,
   832         /** @SYMTraceFormatString "-RPlugin::DoCancel()" */
   833         EPluginDoCancelReturn,
   834 
   835 
   836 		/** @SYMTraceFormatString "+CFileMan::NewL1() sess %x" */
   837         ECFileManNewL1,
   838         /** @SYMTraceFormatString "-CFileMan::NewL1() CFileMan* %x" */
   839         ECFileManNewL1Return,
   840 
   841 		/** @SYMTraceFormatString "+CFileMan::NewL2() sess %x anObserver %x" */
   842         ECFileManNewL2,
   843         /** @SYMTraceFormatString "-CFileMan::NewL2() CFileMan* %x" */
   844         ECFileManNewL2Return,
   845 
   846 		/** @SYMTraceFormatString "+CFileMan::~CFileMan() this %x" */
   847         ECFileManDestructor,
   848         /** @SYMTraceFormatString "-CFileMan::~CFileMan()" */
   849         ECFileManDestructorReturn,
   850 
   851 		/** @SYMTraceFormatString "+CFileMan::CurrentAction() this %x" */
   852         ECFileManCurrentAction,
   853         /** @SYMTraceFormatString "-CFileMan::CurrentAction() action %d" */
   854         ECFileManCurrentActionReturn,
   855 
   856 		/** @SYMTraceFormatString "+CFileMan::GetCurrentTarget() this %x" */
   857         ECFileManGetCurrentTarget,
   858         /** @SYMTraceFormatString "-CFileMan::GetCurrentTarget() aTrgName %*S" */
   859         ECFileManGetCurrentTargetReturn,
   860 
   861 		/** @SYMTraceFormatString "+CFileMan::GetCurrentSource() this %x" */
   862         ECFileManGetCurrentSource,
   863         /** @SYMTraceFormatString "-CFileMan::GetCurrentSource() aSrcName %*S" */
   864         ECFileManGetCurrentSourceReturn,
   865 
   866 		/** @SYMTraceFormatString ".CFileMan::BytesTransferredByCopyStep() this %x BytesTransferred %d" */
   867         ECFileManBytesTransferredByCopyStep,
   868 
   869 		/** @SYMTraceFormatString "+CFileMan::Attribs1() this %x aName %*S aSetMask %x aClearMask %x aTime %lx aSwitches %d, status %x" */
   870         ECFileManAttribs1,
   871         /** @SYMTraceFormatString "-CFileMan::Attribs1() r %d" */
   872         ECFileManAttribs1Return,
   873 
   874 		/** @SYMTraceFormatString "+CFileMan::Attribs2() this %x aName %*S aSetMask %x aClearMask %x aTime %lx aSwitches %d" */
   875         ECFileManAttribs2,
   876         /** @SYMTraceFormatString "-CFileMan::Attribs2() r %d" */
   877         ECFileManAttribs2Return,
   878 
   879 		/** @SYMTraceFormatString "+CFileMan::Copy1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
   880         ECFileManCopy1,
   881         /** @SYMTraceFormatString "-CFileMan::Copy1() r %d" */
   882         ECFileManCopy1Return,
   883 
   884 		/** @SYMTraceFormatString "+CFileMan::Copy2() this %x anOld %*S aNew %*S aSwitches %d" */
   885         ECFileManCopy2,
   886         /** @SYMTraceFormatString "-CFileMan::Copy2() r %d" */
   887         ECFileManCopy2Return,
   888 
   889 		/** @SYMTraceFormatString "+CFileMan::Copy3() this %x anOldSubs %x aNew %*S aSwitches %d" */
   890         ECFileManCopy3,
   891         /** @SYMTraceFormatString "-CFileMan::Copy3() r %d" */
   892         ECFileManCopy3Return,
   893 
   894 		/** @SYMTraceFormatString "+CFileMan::Copy4() this %x anOldSubs %x aNew %*S aSwitches %dstatus %x" */
   895         ECFileManCopy4,
   896         /** @SYMTraceFormatString "-CFileMan::Copy4() r %d" */
   897         ECFileManCopy4Return,
   898 		
   899 		/** @SYMTraceFormatString "+CFileMan::Delete1() this %x aName %*S aSwitches %d status %x" */
   900         ECFileManDelete1,
   901         /** @SYMTraceFormatString "-CFileMan::Delete1() r %d" */
   902         ECFileManDelete1Return,
   903 
   904 		/** @SYMTraceFormatString "+CFileMan::Delete2() this %x aName %*S aSwitches %d" */
   905         ECFileManDelete2,
   906         /** @SYMTraceFormatString "-CFileMan::Delete2() r %d" */
   907         ECFileManDelete2Return,
   908 
   909 		/** @SYMTraceFormatString "+CFileMan::Move1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
   910         ECFileManMove1,
   911         /** @SYMTraceFormatString "-CFileMan::Move1() r %d" */
   912         ECFileManMove1Return,
   913 
   914 		/** @SYMTraceFormatString "+CFileMan::Move2() this %x anOld %*S aNew %*S aSwitches %d" */
   915         ECFileManMove2,
   916         /** @SYMTraceFormatString "-CFileMan::Move2() r %d" */
   917         ECFileManMove2Return,
   918 
   919 		/** @SYMTraceFormatString "+CFileMan::Rename1() this %x anOld %*S aNew %*S aSwitches %d status %x" */
   920         ECFileManRename1,
   921         /** @SYMTraceFormatString "-CFileMan::Rename1() r %d" */
   922         ECFileManRename1Return,
   923 
   924 		/** @SYMTraceFormatString "+CFileMan::Rename2() this %x anOld %*S aNew %*S aSwitches %d" */
   925         ECFileManRename2,
   926         /** @SYMTraceFormatString "-CFileMan::Rename2() r %d" */
   927         ECFileManRename2Return,
   928 
   929 		/** @SYMTraceFormatString "+CFileMan::RmDir1() this %x aDirName %*S status %x" */
   930         ECFileManRmDir1,
   931         /** @SYMTraceFormatString "-CFileMan::RmDir1() r %d" */
   932         ECFileManRmDir1Return,
   933 
   934 		/** @SYMTraceFormatString "+CFileMan::RmDir2() this %x aDirName %*S" */
   935         ECFileManRmDir2,
   936         /** @SYMTraceFormatString "-CFileMan::RmDir2() r %d" */
   937         ECFileManRmDir2Return,
   938 
   939 
   940 
   941 
   942 
   943 		/** @SYMTraceFormatString "+CDirScan::NewL() sess %x" */
   944         ECDirScanNewL,
   945         /** @SYMTraceFormatString "-CDirScan::NewL() CDirScan* %x" */
   946         ECDirScanNewLReturn,
   947 
   948 		/** @SYMTraceFormatString "+CDirScan::NewLC() sess %x" */
   949         ECDirScanNewLC,
   950         /** @SYMTraceFormatString "-CDirScan::NewLC() CDirScan* %x" */
   951         ECDirScanNewLCReturn,
   952 
   953 		/** @SYMTraceFormatString "+CDirScan::~CDirScan() this %x" */
   954         ECDirScanDestructor,
   955         /** @SYMTraceFormatString "-CDirScan::~CDirScan()" */
   956         ECDirScanDestructorReturn,
   957 
   958 		/** @SYMTraceFormatString "+CDirScan::SetScanDataL() this %x aMatchName %*S anEntryAttMask %x anEntrySortKey %d aScanDir %d" */
   959         ECDirScanSetScanDataL,
   960         /** @SYMTraceFormatString "-CDirScan::SetScanDataL() r %d" */
   961         ECDirScanSetScanDataLReturn,
   962 
   963 		/** @SYMTraceFormatString "+CDirScan::NextL() this %x" */
   964         ECDirScanNextL,
   965         /** @SYMTraceFormatString "-CDirScan::NextL() r %d DirEntries %d" */
   966         ECDirScanNextLReturn,
   967 
   968         /** @SYMTraceFormatString "-CDirScan Leave r %d" */
   969         ECDirScanLeave,
   970 
   971 
   972 
   973 
   974 
   975 
   976         /** @SYMTraceFormatString "Efsrv.dll Panic r %d" */
   977         EPanic,
   978 
   979         
   980 		/** @SYMTraceFormatString "TimeStamp" */
   981         ETimeStamp,
   982 
   983         /**
   984         Provided to allow the following compile time assert.
   985         */
   986         EFormatIdHighWaterMark,
   987         };
   988     __ASSERT_COMPILE(EFormatIdHighWaterMark <= (UTF::KMaxFormatId + 1));
   989 
   990 
   991 
   992     } // end of namespace UTraceModuleEfsrv
   993 
   994 	
   995 #endif // UTRACEEFSRV_H