代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/316872/3605628
makefile
#
# Makefile for the Linux isofs filesystem routines.
#
obj-$(CONFIG_ISO9660_FS) += isofs.o
isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
isofs-objs-$(CONFIG_JOLIET) += joliet.o
is
www.eeworm.com/read/299730/7836664
c elf.c
#include "../kernel.h"
#include "FileSystem.h"
void dump_hdr(Elf32_Ehdr *hdr_ptr)
{
printk("e_ident %s\n",hdr_ptr->e_ident);
printk("e_type %d\n",hdr_ptr->e_type);
printk("e_machine %d\n",
www.eeworm.com/read/195687/8135291
c init.c
#define MAIN
#include "structure.h"
//function init_FS()
int init_FS()
{
u16 i;
u8 end[32]="this is the end of FS 2.36MB";
u8 buf[512]={0,};
u8 volume_name[16]="ext2_filesystem";
u16
www.eeworm.com/read/195687/8135304
c~ init.c~
#define MAIN
#include "structure.h"
//function init_FS()
int init_FS()
{
u16 i;
u8 end[32]="this is the end of FS 2.36MB";
u8 buf[512]={0,};
u8 volume_name[16]="ext2_filesystem";
u16
www.eeworm.com/read/250243/4437786
makefile
#
# Makefile for USB Core files and filesystem
#
usbcore-objs := usb.o hub.o hcd.o urb.o message.o \
config.o file.o buffer.o sysfs.o
ifeq ($(CONFIG_PCI),y)
usbcore-objs += hcd-pci.o
endif
ifeq
www.eeworm.com/read/209559/4964958
makefile
#
# Makefile for USB Core files and filesystem
#
usbcore-objs := usb.o hub.o hcd.o urb.o message.o \
config.o file.o buffer.o sysfs.o
ifeq ($(CONFIG_PCI),y)
usbcore-objs += hcd-pci.o
endif
ifeq
www.eeworm.com/read/209559/4973634
makefile
#
# Makefile for the linux ncp filesystem routines.
#
obj-$(CONFIG_NCP_FS) += ncpfs.o
ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \
ncpsign_kernel.o getopt.o
ncpfs-
www.eeworm.com/read/209559/4974292
makefile
#
# Makefile for the linux reiser-filesystem routines.
#
obj-$(CONFIG_REISERFS_FS) += reiserfs.o
reiserfs-objs := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o \
super.o prints.o ob
www.eeworm.com/read/209559/4974467
makefile
#
# Makefile for the Linux hfs filesystem routines.
#
obj-$(CONFIG_HFS_FS) += hfs.o
hfs-objs := bitmap.o bfind.o bnode.o brec.o btree.o \
catalog.o dir.o extent.o inode.o mdb.o \
pa
www.eeworm.com/read/316872/3604873
makefile
#
# Makefile for the linux ncp filesystem routines.
#
obj-$(CONFIG_NCP_FS) += ncpfs.o
ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \
ncpsign_kernel.o getopt.o
ncpfs-