代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/432012/1901539
kconfig
config FSYS_EXT2FS
depends on GRUBFS
bool "EXT2 support"
default n
help
Include EXT2 filesystem support
config FSYS_FAT
depends on GRUBFS
bool "(V)FAT support"
default n
help
Include VF
www.eeworm.com/read/432012/1901581
makefile
# comment this if you don't want debugging information
CFLAGS += -DDEBUG
TARGET = bios.o
OBJS = bios_core.o flashchips.o pcisets.o \
filesystem.o procfs.o programming.o
obj-m := $(TARGET
www.eeworm.com/read/409488/2231273
java excelutil.java
package com.sxit.wap.department;
import java.io.*;
import java.util.*;
import org.apache.poi.hssf.usermodel.*;
import org.apache.poi.poifs.filesystem.*;
import com.sxit.wap.common.*;
import com.
www.eeworm.com/read/407313/2266667
kconfig
config FSYS_EXT2FS
depends on GRUBFS
bool "EXT2 support"
default n
help
Include EXT2 filesystem support
config FSYS_FAT
depends on GRUBFS
bool "(V)FAT support"
default n
help
Include VF
www.eeworm.com/read/407313/2266709
makefile
# comment this if you don't want debugging information
CFLAGS += -DDEBUG
TARGET = bios.o
OBJS = bios_core.o flashchips.o pcisets.o \
filesystem.o procfs.o programming.o
obj-m := $(TARGET
www.eeworm.com/read/160303/5574951
sh douml.sh
#!/bin/sh
# This script downloads everything you need and sets up a UML.
HERE=`pwd`
set -e
set -u
echo I will setup UML at $HERE. I need 400Mbytes of space.
df -m . | grep -v 'Filesystem' | read d
www.eeworm.com/read/159825/5580816
h msdos_fs.h
#ifndef _LINUX_MSDOS_FS_H
#define _LINUX_MSDOS_FS_H
/*
* The MS-DOS filesystem constants/structures
*/
#include
#include
#include
#define MSDOS_R
www.eeworm.com/read/374163/9419334
c mkfs.bfs.c
/*
* mkfs.bfs - Create SCO BFS filesystem - aeb, 1999-09-07
*
* Usage: mkfs.bfs [-N nr-of-inodes] [-V volume-name] [-F fsname] device
*/
#include
#include
#include
www.eeworm.com/read/164463/10106378
h msdos_fs.h
#ifndef _LINUX_MSDOS_FS_H
#define _LINUX_MSDOS_FS_H
/*
* The MS-DOS filesystem constants/structures
*/
#include
#include
#include
#include