Difference between revisions of "IFS - mini-FDS Entry Points"

From EDM2
Jump to: navigation, search
(Created page with "{{IFSRef}} {{IBM-Reprint}} The following table is a summary of mini-FSD entry points: Entry Point Description ────────────────...")
 
m (i)
Line 2: Line 2:
 
{{IBM-Reprint}}
 
{{IBM-Reprint}}
  
The following table is a summary of mini-FSD entry points:  
+
The following table is a summary of mini-FSD entry points:
 
+
{|class="wikitable"
Entry Point         Description
+
!Entry Point||Description
────────────────────────────────────────────────────────
+
|-
MFS_CHGFILEPTR       Move a file's position pointer
+
|MFS_CHGFILEPTR||Move a file's position pointer
────────────────────────────────────────────────────────
+
|-
MFS_CLOSE           Close a file.
+
|MFS_CLOSE||Close a file.
────────────────────────────────────────────────────────
+
|-
MFS_INIT             mini-FSD initialization
+
|MFS_INIT||mini-FSD initialization
────────────────────────────────────────────────────────
+
|-
MFS_OPEN             Open a file
+
|MFS_OPEN||Open a file
────────────────────────────────────────────────────────
+
|-
MFS_READ             Read from a file
+
|MFS_READ||Read from a file
────────────────────────────────────────────────────────
+
|-
MFS_TERM             Terminate the mini-FSD
+
|MFS_TERM||Terminate the mini-FSD
 
+
|}
Table 4-1. Summary of mini-FSD entry points  
+
Table 4-1. Summary of mini-FSD entry points
  
 
[[Category:IFS]]
 
[[Category:IFS]]

Revision as of 03:54, 10 February 2020

Installable File Systems for OS/2
  1. Installable File System Mechanism
    1. Installable File System Overview
    2. Extended Attributes
    3. FSD File Image
    4. FSD Initialization
    5. IFS Commands
    6. File System Function Calls
    7. FSD System Interfaces
    8. FSD Calling Conventions and Requirements
  2. FS Service Routines
  3. FS Helper Functions
  4. Remote IPL / Bootable IFS
  5. mini-FDS Entry Points
  6. mini-FDS Helper Routines

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

The following table is a summary of mini-FSD entry points:

Entry Point Description
MFS_CHGFILEPTR Move a file's position pointer
MFS_CLOSE Close a file.
MFS_INIT mini-FSD initialization
MFS_OPEN Open a file
MFS_READ Read from a file
MFS_TERM Terminate the mini-FSD

Table 4-1. Summary of mini-FSD entry points