代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/100018/15888802
cgi list_groups.cgi
#!/usr/local/bin/perl
# list_groups.cgi
# Lists all the groups with quotas on some filesystem
require './quota-lib.pl';
$f = $ARGV[0];
$whatfailed = "Failed to list groups";
&can_edit_filesys($f) ||
www.eeworm.com/read/164463/10106330
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/164463/10106832
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/164463/10107269
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/273824/10900051
init_script
#! /bin/sh
#
# fuse Init script for Filesystem in Userspace
#
# Author: Miklos Szeredi
set -e
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
SCRIPTNAME=/etc/i
www.eeworm.com/read/299730/7836647
c directorybuffer.c
#include "../kernel.h"
#include "FileSystem.h"
#define NR_DIRECTORY_BUFFER 10
#define NR_DIRECTORY_INODE 200
#define NO_INODE_MENBER -1
#define NO_DIRECTY -1
extern LPBuffer GetPhysicalBlock
www.eeworm.com/read/299730/7836660
c open.c
#include "../kernel.h"
#include "FileSystem.h"
#define DIRTORY 1
#define NORMAL 2
#define NR_FILPS 100
extern t_32 AllotInode(LPSuper Super);
extern LPInodeBuffer GetInode(unsigned long InodeNu
www.eeworm.com/read/296822/8075774
txt rdcf2-readme.txt
This is a port of the RDCF2 DOS FAT16 filesystem to the LPC2138. While the
board I've used is a custom board, the Keil MCB2140 board is similar. The
ony notable difference appears to be the MMC Chip
www.eeworm.com/read/333434/12683046
c ide-proc.c
/*
* linux/drivers/ide/ide-proc.c Version 1.05 Mar 05, 2003
*
* Copyright (C) 1997-1998 Mark Lord
* Copyright (C) 2003 Red Hat
*/
/*
* This is the /proc/ide/ filesystem im
www.eeworm.com/read/139371/13159778
c fs2.c
/*** BeginHeader */
#ifndef __FS2_LIB
#define __FS2_LIB
/*** EndHeader */
/*
* fs2.lib
*
* Copyright (C) Z-World, Inc. All rights reserved.
*
* Filesystem Mk II
*
* Testing note:
*