代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/209559/4973598
makefile
#
# Makefile for the Linux affs filesystem routines.
#
#EXTRA_CFLAGS=-DDEBUG=1
obj-$(CONFIG_AFFS_FS) += affs.o
affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
www.eeworm.com/read/209559/4973664
makefile
#
# Makefile for the Linux proc filesystem routines.
#
obj-$(CONFIG_PROC_FS) += proc.o
proc-y := task_nommu.o
proc-$(CONFIG_MMU) := task_mmu.o
proc-y += inode.o root.o base.o generic.o arra
www.eeworm.com/read/209559/4973740
makefile
#
# Makefile for the Linux SystemV/Coherent filesystem routines.
#
obj-$(CONFIG_SYSV_FS) += sysv.o
sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
namei.o super.o symlink.o
www.eeworm.com/read/209559/4973811
makefile
#
# Makefile for the umsdos Unix-like filesystem routines.
#
obj-$(CONFIG_UMSDOS) += umsdos.o
umsdos-objs := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.o
p:
proto *.c >/usr/include/linux/u
www.eeworm.com/read/209559/4974116
makefile
#
## Makefile for the linux hfsplus filesystem routines.
#
obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
bnode.o brec.
www.eeworm.com/read/209559/4974206
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/209211/4982595
c v6fs.c
/*
* old (V6 and before) PDP-11 Unix filesystem
*/
#include
#include
#include
#include
#include "tapefs.h"
/*
* v6 disk inode
*/
#define V6NADDR 8
#define V6FMT
www.eeworm.com/read/316872/3604837
makefile
#
# Makefile for the Linux affs filesystem routines.
#
#EXTRA_CFLAGS=-DDEBUG=1
obj-$(CONFIG_AFFS_FS) += affs.o
affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
www.eeworm.com/read/316872/3604986
makefile
#
# Makefile for the Linux SystemV/Coherent filesystem routines.
#
obj-$(CONFIG_SYSV_FS) += sysv.o
sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
namei.o super.o symlink.o
www.eeworm.com/read/316872/3605541
makefile
#
## Makefile for the linux hfsplus filesystem routines.
#
obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
bnode.o brec.