代码搜索:Filesystem

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

代码结果 7,034
www.eeworm.com/read/179911/5300086

c dir.c

/* * QNX4 file system, Linux implementation. * * Version : 0.2.1 * * Using parts of the xiafs filesystem. * * History : * * 28-05-1998 by Richard Frowijn : first release. * 20-06-1998 by Fra
www.eeworm.com/read/179911/5300300

c namei.c

/* * linux/fs/vfat/namei.c * * Written 1992,1993 by Werner Almesberger * * Windows95/Windows NT compatible extended MSDOS filesystem * by Gordon Chaffee Copyright (C) 1995. Send bug repor
www.eeworm.com/read/179911/5300301

c vfatfs_syms.c

/* * linux/fs/msdos/vfatfs_syms.c * * Exported kernel symbols for the VFAT filesystem. * These symbols are used by dmsdos. */ #define ASC_LINUX_VERSION(V, P, S) (((V) * 65536) + ((P) * 256) + (S
www.eeworm.com/read/179911/5300343

makefile

# # Makefile for the linux Journalling Flash FileSystem (JFFS) routines. # # $Id: Makefile,v 1.7 2000/08/04 12:46:34 dwmw2 Exp $ # # Note! Dependencies are done automagically by 'make dep', which also
www.eeworm.com/read/175748/5342020

java testlocalfilesystem.java

package org.apache.hadoop.fs; import org.apache.hadoop.conf.Configuration; import java.io.*; import junit.framework.*; /** * This class tests the local file system via the FileSystem abstraction.
www.eeworm.com/read/350097/3133083

h iso_fs.h

#ifndef _ISOFS_FS_H #define _ISOFS_FS_H #include /* * The isofs filesystem constants/structures */ /* This part borrowed from the bsd386 isofs */ #define ISODCL(from, to) (to - fr
www.eeworm.com/read/350097/3133124

h proc_fs.h

#ifndef _LINUX_PROC_FS_H #define _LINUX_PROC_FS_H #include #include /* * The proc filesystem constants/structures */ /* * Offset of the first process in the /pr
www.eeworm.com/read/350097/3134947

c file.c

/* * linux/fs/affs/file.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 file
www.eeworm.com/read/350097/3134949

c super.c

/* * linux/fs/affs/inode.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 fil
www.eeworm.com/read/350097/3134954

c dir.c

/* * linux/fs/affs/dir.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 files