文件节点 meaning in Chinese
document nodes
Examples
- The implementation of deltafile 3 . 0 can be divided into two modules ? real - time file system module and manage module for both facilities and drives . the real - time file system contains four parts ? system call api layer , file node manage layer , virtual file system layer , concrete file system layer , which perform the abstraction of the facility
实时文件系统模块包含系统调用api层、文件节点管理层、虚拟文件系统层、具体逻辑文件系统层四部分,主要完成与设备无关的数据存取接口抽象和各种文件系统标准的实现;设备与驱动管理模块包含逻辑设备管理层、物理设备管理层、设备缓冲区高速缓存层、设备驱动管理层四部分,主要完成外部存储设备管理及其驱动接口抽象功能。