代码搜索:Filesystem

找到约 7,034 项符合「Filesystem」的源代码

代码结果 7,034
www.eeworm.com/read/132748/5909924

h proc_fs.h

#ifndef _LINUX_PROC_FS_H #define _LINUX_PROC_FS_H #include #include /* * The proc filesystem constants/structures */ /* * We always define these enumerators */
www.eeworm.com/read/125688/6023026

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/125688/6023054

h proc_fs.h

#ifndef _LINUX_PROC_FS_H #define _LINUX_PROC_FS_H #include #include /* * The proc filesystem constants/structures */ /* * We always define these enumerators */
www.eeworm.com/read/125688/6023443

c file.c

/* * linux/fs/affs/file.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 file
www.eeworm.com/read/125688/6023445

c super.c

/* * linux/fs/affs/inode.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 fil
www.eeworm.com/read/125688/6023449

c dir.c

/* * linux/fs/affs/dir.c * * (c) 1996 Hans-Joachim Widmaier - Rewritten * * (C) 1993 Ray Burr - Modified for Amiga FFS filesystem. * * (C) 1992 Eric Youngdale Modified for ISO 9660 files
www.eeworm.com/read/125688/6023484

c namei.c

/* * linux/fs/vfat/namei.c * * Written 1992,1993 by Werner Almesberger * * Windows95/Windows NT compatible extended MSDOS filesystem * by Gordon Chaffee Copyright (C) 1995. Send bug repor
www.eeworm.com/read/124989/6034781

mkinitrd-net

#!/bin/sh # # $Id: mkinitrd-net,v 1.1 2002/11/06 06:30:10 ken_yap Exp $ # initrd builder for network booting # Utility function to determine whether or not a filesystem is usable for # loopback mount
www.eeworm.com/read/103088/6224175

mkinitrd-net

#!/bin/sh # # $Id: mkinitrd-net,v 1.12 2002/07/26 08:19:37 mcb30 Exp $ # initrd builder for network booting # Utility function to determine whether or not a filesystem is usable for # loopback mounts
www.eeworm.com/read/490530/1197989

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