文件系统模块 meaning in English
file system module
Examples
- There are several modules both used in video recorder and video player , such as : hard disk driver module , file system module and osd module
硬盘节目录制与硬盘节目回放功能中存在功能相同的模块,例如:硬盘驱动模块、文件系统模块、 osd菜单显示模块等。 - The linux kernel possesses the rich software resources , mature functions , steady working behavior . this paper clarifies the modules that make up the kernel , especially analyses the memory management module and the process management module , introduces the virtue file system module , the inter process communication module and the network module . so we have the deep theory foundation to reconstruct the kernel
Linux的内核是一个软件资源十分丰富,功能完善,工作稳定的系统内核,本文对其组成模块进行了深入的分析,着重剖析了内核的内存管理模块和进程管理模块,介绍了虚拟文件系统模块、进程通信模块、网络接口模块的工作原理,为对linux内核进行改造奠定了坚实的理论基础。 - 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层、文件节点管理层、虚拟文件系统层、具体逻辑文件系统层四部分,主要完成与设备无关的数据存取接口抽象和各种文件系统标准的实现;设备与驱动管理模块包含逻辑设备管理层、物理设备管理层、设备缓冲区高速缓存层、设备驱动管理层四部分,主要完成外部存储设备管理及其驱动接口抽象功能。