代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/328214/3446303
h proc_fs.h
#ifndef _LINUX_PROC_FS_H
#define _LINUX_PROC_FS_H
/*
* The proc filesystem constants/structures
*/
#define PROC_ROOT_INO 1
#define PROC_SUPER_MAGIC 0x9fa0
struct proc_dir_entry {
un
www.eeworm.com/read/316872/3605598
makefile
#
# Makefile for the linux BeOS filesystem routines.
#
obj-$(CONFIG_BEFS_FS) += befs.o
befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
www.eeworm.com/read/305795/3768994
jad picmanager.jad
MIDlet-1: FileMIDlet, ,com.j2medev.chapter8.BrowserMIDlet
MIDlet-Jar-Size: 9617
MIDlet-Jar-URL: picmanager.jar
MIDlet-Name: filesystem
MIDlet-Vendor: Vendor
MIDlet-Version: 1.0
MicroEdition-Conf
www.eeworm.com/read/292705/3948597
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/292705/3949362
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/290540/3973103
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/273662/4202064
pm fs.pm
use strict;
use warnings;
package SVN::Fs;
use SVN::Base qw(Fs svn_fs_);
=head1 NAME
SVN::Fs - Subversion filesystem functions
=head1 DESCRIPTION
SVN::Fs wraps the functions in svn_fs.h.
=head1
www.eeworm.com/read/273660/4203081
pm fs.pm
use strict;
use warnings;
package SVN::Fs;
use SVN::Base qw(Fs svn_fs_);
=head1 NAME
SVN::Fs - Subversion filesystem functions
=head1 DESCRIPTION
SVN::Fs wraps the functions in svn_fs.h.
=head1
www.eeworm.com/read/446305/1713518
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
www.eeworm.com/read/446305/1713588
h proc_fs.h
#ifndef _LINUX_PROC_FS_H
#define _LINUX_PROC_FS_H
/*
* The proc filesystem constants/structures
*/
#define PROC_ROOT_INO 1
#define PROC_SUPER_MAGIC 0x9fa0
struct proc_dir_entry {
un