代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/262041/4316442
h msdos_fs.h
#ifndef _LINUX_MSDOS_FS_H
#define _LINUX_MSDOS_FS_H
/*
* The MS-DOS filesystem constants/structures
*/
#include
#define SECTOR_SIZE 512 /* sector size (bytes) */
#defin
www.eeworm.com/read/253336/4398500
c openfs.c
/* vi: set sw=4 ts=4: */
/*
* openfs.c --- open an ext2 filesystem
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of
www.eeworm.com/read/253336/4398525
c freefs.c
/* vi: set sw=4 ts=4: */
/*
* freefs.c --- free an ext2 filesystem
*
* Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of
www.eeworm.com/read/253336/4398527
c dupfs.c
/* vi: set sw=4 ts=4: */
/*
* dupfs.c --- duplicate a ext2 filesystem handle
*
* Copyright (C) 1997, 1998, 2001, 2003, 2005 by Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed
www.eeworm.com/read/253336/4398531
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/368008/9719679
1 mren.1
.TH MREN 1 local
.SH NAME
mren \- rename an existing MSDOS file
.SH SYNOPSIS
.B mren
[
.B -v
] sourcefile targetfile
.SH DESCRIPTION
.I Mren
renames an existing file on an MSDOS filesystem.
.PP
.I Mre
www.eeworm.com/read/368008/9719760
1 mdel.1
.TH MDEL 1 local
.SH NAME
mdel \- delete an MSDOS file
.SH SYNOPSIS
.B mdel
[
.B -v
] msdosfile [ msdosfiles... ]
.SH DESCRIPTION
.I Mdel
deletes a file on an MSDOS filesystem.
.PP
.I Mdel
will allow
www.eeworm.com/read/135592/13918015
c amigaffs.c
/*
* linux/fs/affs/amigaffs.c
*
* (c) 1996 Hans-Joachim Widmaier - Rewritten
*
* (C) 1993 Ray Burr - Amiga FFS filesystem.
*
*/
#include
#include
#include
www.eeworm.com/read/134379/13994282
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/109477/15556345
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)
#