代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/273778/4192557

c vfs.c

/* * Virtual filesystem structures and routines * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2003,2004 David H. Hovemeyer * $Revision: 1
www.eeworm.com/read/439082/1815558

h romfs_fs.h

#ifndef __LINUX_ROMFS_FS_H #define __LINUX_ROMFS_FS_H /* The basic structures of the romfs filesystem */ #define ROMBSIZE BLOCK_SIZE #define ROMBSBITS BLOCK_SIZE_BITS #define ROMBMASK (ROMBSIZE-1) #
www.eeworm.com/read/439082/1815774

h affs_fs.h

#ifndef _AFFS_FS_H #define _AFFS_FS_H /* * The affs filesystem constants/structures */ #include #define AFFS_SUPER_MAGIC 0xadff struct affs_date; /* --- Prototypes --------------
www.eeworm.com/read/439082/1815944

h nfs_fs.h

/* * linux/include/linux/nfs_fs.h * * Copyright (C) 1992 Rick Sladkey * * OS-specific nfs filesystem definitions and declarations */ #ifndef _LINUX_NFS_FS_H #define _LINUX_NFS_FS_H #includ
www.eeworm.com/read/439082/1818801

c symlink.c

/* * linux/fs/sysv/symlink.c * * Handling of System V filesystem fast symlinks extensions. * Aug 2001, Christoph Hellwig (hch@infradead.org) */ #include static int sysv_readlink
www.eeworm.com/read/439082/1819432

c inode.c

/* * Super block/filesystem wide operations * * Copryright (C) 1996 Peter J. Braam and * Michael Callahan * * Rewritten for Linux 2.1. Peter Bra
www.eeworm.com/read/439082/1819627

c inode.c

/* * Super block/filesystem wide operations * * Copyright (C) 1996 Peter J. Braam and * Michael Callahan * * Rewritten for Linux 2.1. Peter B
www.eeworm.com/read/437232/1835715

java testlocaldfs.java

package org.apache.hadoop.dfs; import junit.framework.TestCase; import java.io.*; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; /** * This class tests the DFS
www.eeworm.com/read/430518/1924536

h romfs_fs.h

#ifndef __LINUX_ROMFS_FS_H #define __LINUX_ROMFS_FS_H /* The basic structures of the romfs filesystem */ #define ROMBSIZE BLOCK_SIZE #define ROMBSBITS BLOCK_SIZE_BITS #define ROMBMASK (ROMBSIZE-1) #
www.eeworm.com/read/430518/1924752

h affs_fs.h

#ifndef _AFFS_FS_H #define _AFFS_FS_H /* * The affs filesystem constants/structures */ #include #define AFFS_SUPER_MAGIC 0xadff struct affs_date; /* --- Prototypes --------------