Linux kernel design and implementation summary notes (Chapter XIII) virtual file system

First, the common file system interface

 

Second, the file system abstraction layer

 

Three, Unix file system

 

Four, VFS objects and their data structure

 

Fifth, the super block object

 

Sixth, the operation superblock

 

Seven inode object

 

Eight, inode operations

 

Nine, the object directory entry

 

X. directory entry operations

 

XI, file object

 

Twelve, file operations

 

XIII file system-related data structures

 

XIV and processes related data structures

Guess you like

Origin www.cnblogs.com/ch122633/p/11402862.html