[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel Extensions and Device Support Programming Concepts

Understanding Data Structures and Header Files for Virtual File Systems

These are the data structures used in implementing virtual file systems:

The header files contain the structure definitions for the key components of the virtual file system abstraction. Understanding the contents of these files and the relationships between them is essential to an understanding of virtual file systems. The following are the necessary header files:

Related Information

Configuring a Virtual File System.

Understanding System Call Execution.

List of Virtual File System Operations.

The vmount.h file.


[ Previous | Next | Contents | Home | Search ]