代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/134379/13994425
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/113388/15456994
makefile
#
# Makefile for the linux Journalling Flash FileSystem (JFFS) routines.
#
# $Id: Makefile,v 1.11 2001/09/25 20:59:41 dwmw2 Exp $
#
# Note! Dependencies are done automagically by 'make dep', which als
www.eeworm.com/read/109477/15556747
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/109477/15556795
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 /proc
www.eeworm.com/read/105179/15676112
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/103653/15727214
makefile
#
# Makefile for the linux Journalling Flash FileSystem (JFFS) routines.
#
# $Id: Makefile,v 1.25 2001/09/25 20:59:41 dwmw2 Exp $
#
# Note! Dependencies are done automagically by 'make dep', which als
www.eeworm.com/read/100018/15888510
cgi mkfs_form.cgi
#!/usr/local/bin/perl
# newfs_form.cgi
# Display a form asking for the parameters of a new filesystem
require './fdisk-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error($text{'mkfs_ecannot'
www.eeworm.com/read/100018/15888799
cgi user_grace_form.cgi
#!/usr/local/bin/perl
# user_grace_form.cgi
# Display a form for editing user grace times for some filesystem
require './quota-lib.pl';
&ReadParse();
$access{'ugrace'} && &can_edit_filesys($in{'files
www.eeworm.com/read/100018/15888824
cgi group_grace_form.cgi
#!/usr/local/bin/perl
# group_grace_form.cgi
# Display a form for editing group grace times for some filesystem
require './quota-lib.pl';
&ReadParse();
$access{'ggrace'} && &can_edit_filesys($in{'fil