代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/364550/2902906
h fstype.h
/*
* by rmk
*
* Detect filesystem type (on stdin) and output strings for two
* environment variables:
* FSTYPE - filesystem type
* FSSIZE - filesystem size (if known)
*
* We currently detect
www.eeworm.com/read/364550/2902910
c fstype.c
/*
* by rmk
*
* Detect filesystem type (on stdin) and output strings for two
* environment variables:
* FSTYPE - filesystem type
* FSSIZE - filesystem size (if known)
*
* We currently detect
www.eeworm.com/read/364550/2902913
c main.c
/*
* by rmk
*
* Detect filesystem type (on stdin) and output strings for two
* environment variables:
* FSTYPE - filesystem type
* FSSIZE - filesystem size (if known)
*
* We currently detect
www.eeworm.com/read/242866/4533695
svn-base jamfile.svn-base
import modules ;
BOOST_ROOT = [ modules.peek : BOOST_ROOT ] ;
use-project /boost : $(BOOST_ROOT) ;
exe filesystem
: filesystem.cpp
/boost/filesystem//boost_filesystem/static
www.eeworm.com/read/385280/8810555
makefile
#
# Makefile for the linux pram-filesystem routines.
#
obj-$(CONFIG_PRAMFS) += pramfs.o
pramfs-y := balloc.o dir.o file.o fsync.o inode.o ioctl.o namei.o \
super.o symlink.o
ifndef CONFIG_PRAMFS_N
www.eeworm.com/read/164463/10107457
h openprom_fs.h
#ifndef _LINUX_OPENPROM_FS_H
#define _LINUX_OPENPROM_FS_H
/*
* The openprom filesystem constants/structures
*/
#define OPENPROM_SUPER_MAGIC 0x9fa1
#endif /* _LINUX_OPENPROM_FS_H */
www.eeworm.com/read/330132/12914274
h file_io.h
/*-------------------------------------------------------------
FileName : file_io.c
Created by : Datazyb
Created Date: 2006.4.8
Function : read or write file with fat filesystem
Comments
www.eeworm.com/read/135153/5889179
h openprom_fs.h
#ifndef _LINUX_OPENPROM_FS_H
#define _LINUX_OPENPROM_FS_H
/*
* The openprom filesystem constants/structures
*/
#define OPENPROM_SUPER_MAGIC 0x9fa1
#endif /* _LINUX_OPENPROM_FS_H */
www.eeworm.com/read/131315/5934891
y fsi_gram.y
/*
* Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989, 1993
* The Regents of the University of California. All righ
www.eeworm.com/read/120251/6075380
cfg plugins.cfg
# Defines plugins to load
# Define plugin folder
PluginFolder=/usr/local/lib/OGRE
# Define D3D rendering implementation plugin
Plugin=RenderSystem_GL.so
Plugin=Plugin_FileSystem.so
Plugin=Pl