代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/372858/2768843
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/369651/2796124
makefile
# Makefile for a simple busybox/uClibc root filesystem
#
# Copyright (C) 2001-2004 Erik Andersen
# Copyright (C) 2002 by Tim Riker
# Copyright (C) 2004 Manuel
www.eeworm.com/read/369339/2800791
8 dump.8
.th DUMP VIII 11/24/73
.sh NAME
dump \*- incremental file system dump
.sh SYNOPSIS
.bd dump
[ key [ arguments ] filesystem ]
.sh DESCRIPTION
.it Dump
makes an incremental file system dump
on magtape
o
www.eeworm.com/read/369339/2800813
8 icheck.8
.th ICHECK VIII 2/9/75
.sh NAME
icheck \*- file system storage consistency check
.sh SYNOPSIS
.bd icheck
[
.bd \*-s
] [
.bd \*-b
numbers ]
[ filesystem ]
.sh DESCRIPTION
.it Icheck
examines a file sy
www.eeworm.com/read/367182/2851779
c fstatvfs64.c
/* Return information about the filesystem on which FD resides.
Copyright (C) 1996,1997,1998,2000,2001,2004,2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The G
www.eeworm.com/read/367182/2852274
c statfs64.c
/* Return information about the filesystem on which FILE resides.
Copyright (C) 1996-2000,2003,2004,2007 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libr
www.eeworm.com/read/362989/2924629
h fsnotify.h
#ifndef _LINUX_FS_NOTIFY_H
#define _LINUX_FS_NOTIFY_H
/*
* include/linux/fsnotify.h - generic hooks for filesystem notification, to
* reduce in-source duplication from both dnotify and inotify.
*
www.eeworm.com/read/362989/2924748
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 - fro
www.eeworm.com/read/357352/3016298
c imager.c
/* vi: set sw=4 ts=4: */
/*
* image.c --- writes out the critical parts of the filesystem as a
* flat file.
*
* Copyright (C) 2000 Theodore Ts'o.
*
* Note: this uses the POSIX IO interfaces, unl