搜索资源列表
lufs-0.9.3-2.4.19.patch
- LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, 和nutellafs)。它可以被看作和VFS(虚拟文件系统转换)完成同样的内核功能:它是一个转换器,分布文件系统调用到支持它的文件系统。然而,LUFS文件系统是在用户空间中实现的。-driver is a mixed user-space file system framework, support for vari
vfs
- 在Windows的环境下在用户级实现一个单用户一级目录结构的模拟文件系统。实 现步骤如下: 1、先建立一个100mb的文件; 2、模拟文件系统建立在这个文件的基础上。 3、文件存储资源管理机制采用空闲块链结构。 4、目录采用一级目录结构。 5、文件结构采用索引结构,规定每个文件最多占用16个磁盘块,文件索引表存放在文件目录项中,采用直接索引结构。 6、打开文件结构采用文件控制块和系统打开文件表结构。 7、实现文件创建、打开、关闭、读、写和显示文件目录操作。
vfs
- linux 的 VFS 文件系统说明-VFS File System Note
Linux_file_manage_all_format
- 系统的介绍了Linux下的文件系统 VFS VFS的作用 基于VFS的文件访问 VFS重要数据结构 文件系统的注册与安装 ext2、ext3文件系统 文件操作 proc文件系统 CRAMFS文件系统
cacheofs-5-1.tar
- 实现基于对象的文件系统,无缝连接linux的vfs层,并实现预取功能-no
filesys
- linux下完成的一个文件系统的雏形,可以新建文件,读写文件,采用了inode结构,-a simple file system in linux system, it can create, read and write a file, ithe program uses the inode structure
cheese-2.28.1.tar
- cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。 cheese主页http://www.gnome.org/projects/ch
unix
- Vnode和Inode数据结构及缓存以及观察VFS文件系统cache的实验报告-Vnode and the data structure and Inode cache and observation VFS file system cache of the Experimental Report
Vfs-Hello
- VFS虚拟文件系统,该实例实现一个自己的文件系统并把他挂在到VFS上去-VFS virtual file system, the instance of the file system to achieve one' s own, and hung him up to the VFS
vfs-0.1.2.tar
- 虚拟文件系统vfs实现简单代码 实现文件系统的简单功能-Vfs virtual file system file system simple code to achieve a simple function
commons-vfs-1.0-src
- linux 虚拟文件系统的实现代码,实现虚拟文件系统的简单功能-linux virtual file system implementation code, a simple virtual file system functions
jffs2(VC)
- jffs2在VC上的移植,运行在虚拟flash之上,便于jffs2原理的分析;是从eCos2.0移植出来的,已脱离linux的VFS;因此,简单改动flash的驱动,可以把JFFS2移植到其他非linux或无OS的嵌入式系统。-jffs2 in the VC transplant,running on a virtual flash, easy to jffs2 theory analysis that is transplanted from the eCos2.0, has nothing
The-Linux-Kernel-API
- Linux kernel API (VFS, networking, hardware interfaces etc.).
linux-kernel-vfs
- linux文件系统分析.详细分析了linux vfs的机制。-linux vfs
Linux_VFS_File_System
- 解析Linux VFS文件系统机制,对Linux文件系统有详细介绍,欢迎大家下载-Resolve the mechanism of the Linux VFS file system, the Linux file system details, welcome to download
vfs_addr
- This file contians vfs address (mmap) ops for 9P2000 for Linux.
vfs_dir
- This file contains vfs directory ops for the 9P2000 protocol.
linux-VFS
- 关于Linux文件系统VFS的ppt, 内容丰富, 可做参考- Linux file system on the VFS ppt, rich in content, do reference
vfs
- vfs global data structvnode root pointer to root vnode Device Driver for linux. -vfs global data structvnode root pointer to root vnode Device Driver for linux.
linux的VFS机制分析
- 通过代码,详细分析了Linux的VFS机制,有利于初学者了解(Analysis of the VFS mechanism of Linux)
