代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/316872/3605640
makefile
#
# Makefile for the Linux minix filesystem routines.
#
obj-$(CONFIG_MINIX_FS) += minix.o
minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
www.eeworm.com/read/306289/3743997
c booter.c
#include "booter.h"
#include "example.h"
#include "util.h"
#include "filesystem.h"
#include "flash.h"
#include "srec.h"
#include "elf.h"
#include "bin.h"
#include "bz2.h"
#include "pcmcia.h"
#inc
www.eeworm.com/read/304073/3803494
makefile
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-$(CONFIG_YAFFS_MTD_ENABLED) += yaffs_mtdif.o
yaffs-$(
www.eeworm.com/read/299781/3850674
h ext_fs.h
#ifndef _LINUX_EXT_FS_H
#define _LINUX_EXT_FS_H
/*
* The ext filesystem constants/structures
*/
#define EXT_NAME_LEN 255
#define EXT_ROOT_INO 1
#define EXT_SUPER_MAGIC 0x137D
#define EXT_INODES_
www.eeworm.com/read/443386/1749864
makefile
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-$(CONFIG_YAFFS_MTD_ENABLED) += yaffs_mtdif.o
yaffs-$(
www.eeworm.com/read/431106/1913110
makefile
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-$(CONFIG_YAFFS_MTD_ENABLED) += yaffs_mtdif.o
yaffs-$(
www.eeworm.com/read/411256/2190373
makefile
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-$(CONFIG_YAFFS_MTD_ENABLED) += yaffs_mtdif.o
yaffs-$(
www.eeworm.com/read/411107/2192057
makefile
#
# Makefile for the linux YAFFS filesystem routines.
#
obj-$(CONFIG_YAFFS_FS) += yaffs.o
yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o
yaffs-$(CONFIG_YAFFS_MTD_ENABLED) += yaffs_mtdif.o
yaffs-$(
www.eeworm.com/read/404607/2302196
makefile
#
# Makefile for USB Core files and filesystem
#
usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_bin.o mon_dma.o
# This does not use CONFIG_USB_MON because we want this to use a tristate.
obj-$(
www.eeworm.com/read/372858/2768783
h ext_fs.h
#ifndef _LINUX_EXT_FS_H
#define _LINUX_EXT_FS_H
/*
* The ext filesystem constants/structures
*/
#define EXT_NAME_LEN 255
#define EXT_ROOT_INO 1
#define EXT_SUPER_MAGIC 0x137D
#define EXT_INODES_