代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/223124/4813863
c ismounted.c
/* vi: set sw=4 ts=4: */
/*
* ismounted.c --- Check to see if the filesystem was mounted
*
* Copyright (C) 1995,1996,1997,1998,1999,2000 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redi
www.eeworm.com/read/216802/4883070
rc format.rc
#include
#define REACTOS_STR_FILE_DESCRIPTION "Formating a device with a filesystem \0"
#define REACTOS_STR_INTERNAL_NAME "format\0"
#define REACTOS_STR_ORIGINAL_FILENAME "format.exe\0"
www.eeworm.com/read/216502/4890525
1m dump.1m
.TH DUMP 1M
.SH NAME
dump \- incremental file system dump
.SH SYNOPSIS
.B dump
[ key [ argument ... ] filesystem ]
.SH DESCRIPTION
.I Dump
copies to magnetic tape all files
changed after a certain da
www.eeworm.com/read/216502/4890570
1m df.1m
.TH DF 1M
.SH NAME
df \- disk free
.SH SYNOPSIS
.B df
[ filesystem ] ...
.SH DESCRIPTION
.I Df
prints out the number of free blocks
available on the
.I filesystems.
If no file system is specified,
th
www.eeworm.com/read/209559/4965192
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/209559/4968663
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/209559/4969151
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/209559/4973396
directory-locking
Locking scheme used for directory operations is based on two
kinds of locks - per-inode (->i_sem) and per-filesystem (->s_vfs_rename_sem).
For our purposes all operations fall in 5 classes:
1) rea
www.eeworm.com/read/209559/4973750
c symlink.c
/*
* linux/fs/sysv/symlink.c
*
* Handling of System V filesystem fast symlinks extensions.
* Aug 2001, Christoph Hellwig (hch@infradead.org)
*/
#include "sysv.h"
#include
sta
www.eeworm.com/read/209559/4974179
c hostfs_kern.c
/*
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*
* Ported the filesystem routines to 2.5.
* 2003-02-10 Petr Baudis
*/
#include