In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
53 bytes added ,  12:17, 25 May 2016
Line 344: Line 344:  
|-
 
|-
 
|FSTruncateFile
 
|FSTruncateFile
|<code>FSStatus FSTruncateFile( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSTruncateFile( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSRetFlag errHandling );
 
|Truncate file at file position
 
|Truncate file at file position
 
|00, 01, 09, 12, 13, 14, 15, 17,18  
 
|00, 01, 09, 12, 13, 14, 15, 17,18  
Line 350: Line 350:  
|-
 
|-
 
|FSFlushFile
 
|FSFlushFile
|<code>FSStatus FSFlushFile( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSFlushFile( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSRetFlag errHandling );
 
|Flush file.
 
|Flush file.
 
|00, 01, 09, 15, 17,18
 
|00, 01, 09, 15, 17,18
Line 356: Line 356:  
|-
 
|-
 
|FSGetPosFile
 
|FSGetPosFile
|<code>FSStatus FSGetPosFile( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSFilePosition*returnedFpos, FSRetFlag errHandling );
+
|<code>FSStatus FSGetPosFile( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSFilePosition *returnedFpos, FSRetFlag errHandling );
 
|Get position of specified file stream.
 
|Get position of specified file stream.
 
|00, 01, 15, 17, 18
 
|00, 01, 15, 17, 18
Line 362: Line 362:  
|-
 
|-
 
|FSSetPosFile
 
|FSSetPosFile
|<code>FSStatus FSSetPosFile( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSFilePositionfpos, FSRetFlag errHandling );
+
|<code>FSStatus FSSetPosFile( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSFilePosition fpos, FSRetFlag errHandling );
 
|Set position of specified file stream
 
|Set position of specified file stream
 
|00, 01, 15, 17, 18
 
|00, 01, 15, 17, 18
Line 368: Line 368:  
|-
 
|-
 
|FSGetStatFile
 
|FSGetStatFile
|<code>FSStatus FSGetStatFile( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSStat*returnedStat, FSRetFlag errHandling );
+
|<code>FSStatus FSGetStatFile( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSStat *returnedStat, FSRetFlag errHandling );
 
|Get stat information of specified file.
 
|Get stat information of specified file.
 
|00, 01, 15, 17, 18
 
|00, 01, 15, 17, 18
Line 374: Line 374:  
|-
 
|-
 
|FSIsEof
 
|FSIsEof
|<code>FSStatus FSIsEof( FSClient*client, FSCmdBlock*block, FSFileHandlefileHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSIsEof( FSClient *client, FSCmdBlock *block, FSFileHandle fileHandle, FSRetFlag errHandling );
 
|Determine if the current file position of specified file stream is at the end-of-file(EOF).
 
|Determine if the current file position of specified file stream is at the end-of-file(EOF).
 
|00, 01, 02, 15, 17, 18
 
|00, 01, 02, 15, 17, 18
Line 386: Line 386:  
|-
 
|-
 
|FSCloseDir
 
|FSCloseDir
|<code>FSStatus FSCloseDir( FSClient*client, FSCmdBlock*block, FSDirHandle dirHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSCloseDir( FSClient *client, FSCmdBlock *block, FSDirHandle dirHandle, FSRetFlag errHandling );
 
|Close directory stream.
 
|Close directory stream.
 
|00, 01, 17
 
|00, 01, 17
Line 392: Line 392:  
|-
 
|-
 
|FSReadDir
 
|FSReadDir
|<code>FSStatus FSReadDir( FSClient*client, FSCmdBlock*block, FSDirHandle dirHandle, FSDirEntry*returnedDirEntry, FSRetFlag errHandling );
+
|<code>FSStatus FSReadDir( FSClient *client, FSCmdBlock *block, FSDirHandle dirHandle, FSDirEntry *returnedDirEntry, FSRetFlag errHandling );
 
|Read next directory entry.
 
|Read next directory entry.
 
|00, 01, 02, 15,17, 18
 
|00, 01, 02, 15,17, 18
Line 398: Line 398:  
|-
 
|-
 
|FSRewindDir
 
|FSRewindDir
|<code>FSStatus FSRewindDir( FSClient*client, FSCmdBlock*block, FSDirHandle dirHandle, FSRetFlag errHandling );
+
|<code>FSStatus FSRewindDir( FSClient *client, FSCmdBlock *block, FSDirHandle dirHandle, FSRetFlag errHandling );
 
|Set position of specified directory stream to the head.
 
|Set position of specified directory stream to the head.
 
|00, 01, 02, 15,17, 18
 
|00, 01, 02, 15,17, 18
Line 404: Line 404:  
|-
 
|-
 
|FSGetCwd
 
|FSGetCwd
|<code>FSStatus FSGetCwd( FSClient*client, FSCmdBlock*block, char*returnedPath, u32 bytes, FSRetFlag errHandling );
+
|<code>FSStatus FSGetCwd( FSClient *client, FSCmdBlock *block, char *returnedPath, u32 bytes, FSRetFlag errHandling );
 
|Get current work directory.
 
|Get current work directory.
 
|00, 01
 
|00, 01
Line 410: Line 410:  
|-
 
|-
 
|FSMakeDir
 
|FSMakeDir
|<code>FSStatus FSMakeDir( FSClient*client, FSCmdBlock*block, const char*path, FSRetFlag errHandling );
+
|<code>FSStatus FSMakeDir( FSClient *client, FSCmdBlock *block, const char*path, FSRetFlag errHandling );
 
|Create directory.
 
|Create directory.
 
|00, 01, 05, 06, 08, 10, 12, 13, 14, 17, 18, 19   
 
|00, 01, 05, 06, 08, 10, 12, 13, 14, 17, 18, 19   
Line 416: Line 416:  
|-
 
|-
 
|FSRemove
 
|FSRemove
|<code>FSStatus FSRemove( FSClient*client, FSCmdBlock*block, const char*path, FSRetFlag errHandling );
+
|<code>FSStatus FSRemove( FSClient *client, FSCmdBlock *block, const char *path, FSRetFlag errHandling );
 
|Remove file or directory.
 
|Remove file or directory.
 
|00, 01, 04, 06, 08, 09, 10, 12,13, 14, 15, 17, 18, 19  
 
|00, 01, 04, 06, 08, 09, 10, 12,13, 14, 15, 17, 18, 19  
Line 422: Line 422:  
|-
 
|-
 
|FSRename
 
|FSRename
|<code>FSStatus FSRename( FSClient*client, FSCmdBlock*block, const char*oldpath, const char*newpath, FSRetFlag errHandling );
+
|<code>FSStatus FSRename( FSClient *client, FSCmdBlock *block, const char *oldpath, const char *newpath, FSRetFlag errHandling );
 
|Rename file or directory.
 
|Rename file or directory.
 
|00, 01, 04,05 06, 08, 10, 12, 13, 14, 15,17,18,19
 
|00, 01, 04,05 06, 08, 10, 12, 13, 14, 15,17,18,19
Line 428: Line 428:  
|-
 
|-
 
|FSFlushQuota
 
|FSFlushQuota
|<code>FSStatus FSFlushQuota( FSClient*client, FSCmdBlock*block, const char*path, FSRetFlag errHandling );
+
|<code>FSStatus FSFlushQuota( FSClient *client, FSCmdBlock *block, const char *path, FSRetFlag errHandling );
 
|Flush journaling data of quota.
 
|Flush journaling data of quota.
 
|00, 01, 06, 14, 15, 17,18,19
 
|00, 01, 06, 14, 15, 17,18,19
Line 434: Line 434:  
|-
 
|-
 
|FSRollbackQuota
 
|FSRollbackQuota
|<code>FSStatus FSRollbackQuota( FSClient*client, FSCmdBlock*block, const char*path, FSRetFlag errHandling );
+
|<code>FSStatus FSRollbackQuota( FSClient *client, FSCmdBlock *block, const char *path, FSRetFlag errHandling );
 
|Rollback journaling data of quota.
 
|Rollback journaling data of quota.
 
|00, 01, 04, 06, 14, 15, 17, 18
 
|00, 01, 04, 06, 14, 15, 17, 18
Line 440: Line 440:  
|-
 
|-
 
|FSGetStat
 
|FSGetStat
|<code>FSStatus FSGetStat( FSClient*client, FSCmdBlock*block, const char*path, FSStat*returnedStat, FSRetFlag errHandling );
+
|<code>FSStatus FSGetStat( FSClient *client, FSCmdBlock *block, const char *path, FSStat *returnedStat, FSRetFlag errHandling );
 
|Get stat information of specified entry.
 
|Get stat information of specified entry.
 
|00, 01, 06, 10, 15, 16, 18, 19
 
|00, 01, 06, 10, 15, 16, 18, 19
Line 446: Line 446:  
|-
 
|-
 
|FSGetFreeSpaceSize
 
|FSGetFreeSpaceSize
|<code>FSStatus FSGetFreeSpaceSize( FSClient*client, FSCmdBlock*block, const char*path, FSFreeSpaceSize *returnedFreeSize, FSRetFlag errHandling );
+
|<code>FSStatus FSGetFreeSpaceSize( FSClient *client, FSCmdBlock *block, const char *path, FSFreeSpaceSize *returnedFreeSize, FSRetFlag errHandling );
 
|Get free space size in quota.
 
|Get free space size in quota.
 
|00, 01, 06, 10, 15, 17,18
 
|00, 01, 06, 10, 15, 17,18
53

edits

Navigation menu