代码搜索:Filesystem

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

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

c symlink.c

/* * Symlink inode operations for Coda filesystem * Original version: (C) 1996 P. Braam and M. Callahan * Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University * * Carnegie Mellon encoura
www.eeworm.com/read/179911/5300431

makefile

# # Makefile for the Linux hfs filesystem routines. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unles
www.eeworm.com/read/179911/5300449

txt faq.txt

Frequently Asked Questions about the HFS filesystem for Linux Paul H. Hargrove, hargrove@sccm.Stanford.EDU version 1.0.3, 27 Apr 1997 This document provides answers to some of the most freq
www.eeworm.com/read/170572/5403465

java filevfs.java

/* * FileVFS.java - Local filesystem VFS * :tabSize=8:indentSize=8:noTabs=false: * :folding=explicit:collapseFolds=1: * * Copyright (C) 1998, 1999, 2000, 2001, 2002 Slava Pestov * Portions copyr
www.eeworm.com/read/168845/5431725

hpp windows_posix.hpp

// (C) Copyright 2002, 2003 Beman Dawes Boost.Filesystem // (C) Copyright Jonathan Turkanis 2004. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE
www.eeworm.com/read/350097/3130476

c ide-proc.c

/* * linux/drivers/ide/ide-proc.c Version 1.03 January 2, 1998 * * Copyright (C) 1997-1998 Mark Lord */ /* * This is the /proc/ide/ filesystem implementation. * * The major reason this exis
www.eeworm.com/read/350097/3132728

h sysv_fs.h

#ifndef _LINUX_SYSV_FS_H #define _LINUX_SYSV_FS_H /* * The SystemV/Coherent filesystem constants/structures/macros */ /* This code assumes - a little endian processor like 386, - sizeof(sho
www.eeworm.com/read/350097/3134812

txt romfs.txt

ROMFS - ROM FILE SYSTEM This is a quite dumb, read only filesystem, mainly for initial RAM disks of installation disks. It has grown up by the need of having modules linked at boot time. Using this
www.eeworm.com/read/350097/3134941

makefile

# # Makefile for the linux romfs filesystem routines. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unl
www.eeworm.com/read/350097/3134942

c inode.c

/* * ROMFS file system, Linux implementation * * Copyright (C) 1997-1999 Janos Farkas * * Using parts of the minix filesystem * Copyright (C) 1991, 1992 Linus Torvalds