代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/404607/2302223
makefile
#
# Makefile for USB Core files and filesystem
#
usbcore-objs := usb.o hub.o hcd.o urb.o message.o driver.o \
config.o file.o buffer.o sysfs.o endpoint.o \
devio.o notify.o generic.o quirks.o
www.eeworm.com/read/160303/5572910
txt uml-rhroot-list.txt
filesystem-2.1.6-2
glibc-common-2.2.4-13
slang-1.4.4-4
newt-0.50.33-1
mktemp-1.5-11
syslinux-1.52-2
which-2.12-3
zlib-devel-1.1.3-24
ntsysv-1.2.24-1
db1-devel-1.85-7
e2fsprogs-1.23-2
iputils-20001110-
www.eeworm.com/read/209559/4973677
makefile
#
# Makefile for the Linux hpfs filesystem routines.
#
obj-$(CONFIG_HPFS_FS) += hpfs.o
hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
inode.o map.o name.o namei.o s
www.eeworm.com/read/316872/3604923
makefile
#
# Makefile for the Linux hpfs filesystem routines.
#
obj-$(CONFIG_HPFS_FS) += hpfs.o
hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
inode.o map.o name.o namei.o s
www.eeworm.com/read/316872/3605785
makefile
#
# Makefile for the Linux nfs filesystem routines.
#
obj-$(CONFIG_NFS_FS) += nfs.o
nfs-y := client.o dir.o file.o getroot.o inode.o super.o nfs2xdr.o \
pagelist.o proc.o read.o symlink.o u
www.eeworm.com/read/299730/7836642
c~ super.c~
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i
www.eeworm.com/read/299730/7836673
c super.c
#include "../kernel.h"
#include "FileSystem.h"
//第0 块为引导扇区块
//第一块为超级块
//接下来是Inode位图
//再接下来是区段位图(一区段2个磁盘块)
//之后是Inode
//剩下就是Block
extern LPBuffer GetPhysicalBlock(int Block ,i
www.eeworm.com/read/209559/4973754
makefile
#
# Makefile for the linux ext3-filesystem routines.
#
obj-$(CONFIG_EXT3_FS) += ext3.o
ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
ioctl.o namei.o super.o symlink.o hash.
www.eeworm.com/read/209559/4974446
makefile
#
# Makefile for the linux ext2-filesystem routines.
#
obj-$(CONFIG_EXT2_FS) += ext2.o
ext2-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
ioctl.o namei.o super.o symlink.o
ext2-
www.eeworm.com/read/316872/3604997
makefile
#
# Makefile for the linux ext3-filesystem routines.
#
obj-$(CONFIG_EXT3_FS) += ext3.o
ext3-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
ioctl.o namei.o super.o symlink.o hash.