代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/209559/4963674
c capifs.c
/* $Id: capifs.c,v 1.1.2.3 2004/01/16 21:09:26 keil Exp $
*
* Copyright 2000 by Carsten Paeth
*
* Heavily based on devpts filesystem from H. Peter Anvin
*
* This software may
www.eeworm.com/read/209559/4963692
c hysdn_proclog.c
/* $Id: hysdn_proclog.c,v 1.9.6.3 2001/09/23 22:24:54 kai Exp $
*
* Linux driver for HYSDN cards, /proc/net filesystem log functions.
*
* Author Werner Cornelius (werner@titro.de) for Hypercope
www.eeworm.com/read/209559/4968591
h usb_gadgetfs.h
#include
#include
#include
/*
* Filesystem based user-mode API to USB Gadget controller hardware
*
* Almost everything can be done with only read an
www.eeworm.com/read/209559/4969254
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/209559/4973769
h xattr.h
/*
File: fs/ext3/xattr.h
On-disk format of extended attributes for the ext3 filesystem.
(C) 2001 Andreas Gruenbacher,
*/
#include
#include
www.eeworm.com/read/209559/4974377
c nfsroot.c
/*
* $Id: nfsroot.c,v 1.45 1998/03/07 10:44:46 mj Exp $
*
* Copyright (C) 1995, 1996 Gero Kuhlmann
*
* Allow an NFS filesystem to be mounted as root. The way this works
www.eeworm.com/read/195013/5119582
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/195013/5122902
makefile
#
# Makefile for the Linux /dev/pts virtual filesystem.
#
O_TARGET := devpts.o
obj-y := root.o inode.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
www.eeworm.com/read/195013/5123080
c nfsroot.c
/*
* $Id: nfsroot.c,v 1.45 1998/03/07 10:44:46 mj Exp $
*
* Copyright (C) 1995, 1996 Gero Kuhlmann
*
* Allow an NFS filesystem to be mounted as root. The way this works
www.eeworm.com/read/192449/5155480
h pfat.h
/*
* Header file for the pseudo-fat filesystem.
* Copyright (c) 2003, Jeffrey K. Hollingsworth
* Copyright (c) 2003, David H. Hovemeyer
* $Revision: 1.11