代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/419292/10876673
h ufs.h
/*
* UFS: our own Filesystem in Userspace
* Copyright (c) 2009 LuQianhui
* All rights reserved.
*
* 文件名称:ufs.h
* 摘 要:ufs的头文件,定义了文件系统的相关参数
*
* 当前版本:1.0
* 作
www.eeworm.com/read/419292/10876683
c op.c
/*
* UFS: our own Filesystem in Userspace
* Copyright (c) 2009 LuQianhui
* All rights reserved.
*
* 文件名称:op.c
* 摘 要:实现ufs文件系统的底层操作函数和块操作函数
* implment the block operat
www.eeworm.com/read/419292/10876686
h op.h
/*
* UFS: our own Filesystem in Userspace
* Copyright (c) 2009 LuQianhui
* All rights reserved.
*
* 文件名称:op.h
* 摘 要:声明 ufs文件系统的底层操作函数和块操作函数
* the block operation func
www.eeworm.com/read/312958/13600206
h install.h
install() //安装文件系统
{
int i,j;
printf("install\n");
fd=fopen("filesystem","a+b"); //以二进制添加方式打开。
if(fd==NULL) //文件系统是否为空
{
printf("\nfilesys can not be loaded.\n");
exit(0);
}
//获