[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

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:

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]