Note that the inode I refer to here is the VFS layer inode (in-memory inode).
我在这里所指的inode是vfs层inode(常驻inode)。
Now that I've reviewed the various important objects in the VFS layer, let's look at how they relate in a single diagram.
我们已经查看了vfs层中的各种重要对象,现在我们通过一个图表展示它们之间的关系。
Each file system provides its own inode methods, which implement the operations and provide the common abstraction to the VFS layer.
每个文件系统提供自己的inode方法,这些方法实现操作并向vfs层提供通用的抽象。
应用推荐