next up previous contents index
Next: 7.2 oskit_principal: Principal Interface Up: 7 OSKit File System Previous: 7 OSKit File System

7.1 Introduction

The OSKit file system framework has parallel goals to the OSKit device driver framework; the framework provides a file system interface specification designed to allow existing filesystem implementations to be borrowed from well-established operating systems in source form and used mostly unchanged to provide file system support in new operating systems. The framework is also designed to allow file systems to be implemented in diverse ways and then composed together.

The OSKit file system framework encompasses a collection of COM interfaces used by the client operating system to invoke the file system libraries, and a collection of interfaces used by the file system libraries to request services from the client operating system. The individual file system libraries supply additional interfaces to the client operating system for initialization, and may supply additional interfaces for supporting extended features unique to particular file system implementations.

The OSKit File, Directory and Open File COM interfaces inherit from several general COM interfaces, such as Stream, Absolute IO and POSIX IO. The inheritance relationships among these COM interfaces are shown in Figure 7.1. Refer to Section 4 for more details on COM interfaces.

   figure5676
Figure: Interface hierarchy. Solid lines indicate that the child interface directly inherits the methods of the parent interface. Dashed lines indicate that the child interface may optionally support the parent interface; this may be determined by querying the object.



University of Utah Flux Research Group