代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/105272/15672706
h iso9660.h
/*
* ISO 9660 filesystem backend for GRUB (GRand Unified Bootloader)
* including Rock Ridge Extensions support
*
* Copyright (C) 1998, 1999 Kousuke Takai
*
* This p
www.eeworm.com/read/105179/15676033
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/105179/15676187
makefile
#
# Makefile for the linux filesystem.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's someth
www.eeworm.com/read/105179/15676210
makefile
#
# Makefile for the linux HPFS filesystem routines.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unle
www.eeworm.com/read/105051/15679249
spec syslinux.spec
# -*- rpm -*-
%define RPMVERSION 2.10
%define VERSION 2.10
Summary: Kernel loader which uses a FAT or iso9660 filesystem or a PXE network
Name: syslinux
Version: %{RPMVERSION}
Release: 1
License: G
www.eeworm.com/read/104056/15711401
m4 fsusage.m4
#serial 8
# From fileutils/configure.in
# Try to determine how a program can obtain filesystem usage information.
# If successful, define the appropriate symbol (see fsusage.c) and
# execute ACTION-
www.eeworm.com/read/100594/15870165
h stdio.h
#pragma stdio
#pragma qualified
#include
#include
//used to print output; accepts any argument except a constant
//formats: %d input/output a value of type int
//
www.eeworm.com/read/100204/15880404
c hash.c
/*
* File hash.c - generate hash tables for iso9660 filesystem.
Written by Eric Youngdale (1993).
Copyright 1993 Yggdrasil Computing, Incorporated
This program is free software; you can r
www.eeworm.com/read/100018/15888798
cgi edit_group_quota.cgi
#!/usr/local/bin/perl
# edit_group_quota.cgi
# Display a form for editing the quotas for a group on some filesystem
require './quota-lib.pl';
&ReadParse();
$u = $in{'group'}; $fs = $in{'filesys'};
&c
www.eeworm.com/read/386806/8726178
c symlink.c
/*
* linux/fs/isofs/symlink.c
*
* (C) 1992 Eric Youngdale Modified for ISO9660 filesystem.
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* isofs symlink handling code. This is onl