代码搜索:Filesystem

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

代码结果 7,034
www.eeworm.com/read/316872/3605590

makefile

# # Makefile for the Linux /dev/pts virtual filesystem. # obj-$(CONFIG_UNIX98_PTYS) += devpts.o devpts-$(CONFIG_UNIX98_PTYS) := inode.o
www.eeworm.com/read/316872/3605882

c sysctl.c

/* * Sysctl operations for Coda filesystem * Original version: (C) 1996 P. Braam and M. Callahan * Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University * * Carnegie Mellon encourages use
www.eeworm.com/read/316872/3605885

c coda_linux.c

/* * Inode operations for Coda filesystem * Original version: (C) 1996 P. Braam and M. Callahan * Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University * * Carnegie Mellon encourages user
www.eeworm.com/read/316872/3605887

c symlink.c

/* * Symlink inode operations for Coda filesystem * Original version: (C) 1996 P. Braam and M. Callahan * Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University * * Carnegie Mellon encoura
www.eeworm.com/read/299781/3850655

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/299781/3850799

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/299781/3850803

makefile

# # Makefile for the Linux SystemV/Coherent-filesystem routines. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies
www.eeworm.com/read/298327/3867777

cpp unitdefhandler.cpp

#include "StdAfx.h" #include "UnitDefHandler.h" #include #include #include #include #include #include "UnitDef.h" #include "FileSystem/FileHa
www.eeworm.com/read/292705/3948607

makefile

# # Makefile for the linux romfs filesystem routines. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unl
www.eeworm.com/read/292705/3948608

c inode.c

/* * ROMFS file system, Linux implementation * * Copyright (C) 1997-1999 Janos Farkas * * Using parts of the minix filesystem * Copyright (C) 1991, 1992 Linus Torvalds