代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/179911/5300042
makefile
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#
O_TARGET := autofs.o
obj-y := dir.o dirhash.o init.o inode.o
www.eeworm.com/read/179911/5300269
makefile
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#
O_TARGET := autofs4.o
obj-y := init.o inode.o root.o symlink.
www.eeworm.com/read/176125/5340488
c fat.c
/*
* fat.c
*
* R/O (V)FAT 12/16/32 filesystem implementation by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported t
www.eeworm.com/read/168763/5437274
c fat.c
/*
* fat.c
*
* R/O (V)FAT 12/16/32 filesystem implementation by Marcus Sundberg
*
* 2002-07-28 - rjones@nexus-tech.net - ported to ppcboot v1.1.6
* 2003-03-10 - kharris@nexus-tech.net - ported t
www.eeworm.com/read/350097/3134932
makefile
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#
O_TARGET := autofs.o
obj-y := dir.o dirhash.o init.o inode.o
www.eeworm.com/read/350097/3135159
makefile
#
# Makefile for the linux autofs-filesystem routines.
#
# We can build this either out of the kernel tree or the autofs tools tree.
#
O_TARGET := autofs4.o
obj-y := init.o inode.o root.o symlink.
www.eeworm.com/read/347918/3161860
java xlsinputsynapse.java
package org.joone.io;
import java.io.*;
import java.util.TreeSet;
import org.joone.log.*;
import org.apache.poi.poifs.filesystem.*;
import org.apache.poi.hssf.usermodel.*;
import org.joone.net.NetC
www.eeworm.com/read/347120/3175600
h minix_fs.h
/*
* The minix filesystem constants/structures
*/
#ifndef _MINIX_FS_H
#define _MINIX_FS_H
#include
#define MINIX_NAME_LEN 14
#define MINIX_ROOT_INO 1
#define MINIX_I_MAP_SLOTS 8
#d
www.eeworm.com/read/346508/3181743
h minix_fs.h
/*
* The minix filesystem constants/structures
*/
#ifndef _MINIX_FS_H
#define _MINIX_FS_H
#include
#define MINIX_NAME_LEN 14
#define MINIX_ROOT_INO 1
#define MINIX_I_MAP_SLOTS 8
#d
www.eeworm.com/read/328214/3446233
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