代码搜索:Filesystem

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

代码结果 7,034
www.eeworm.com/read/295343/3911436

c fcntl.c

#include /* * fcntl -- Manipulate a file descriptor. * We don't have a filesystem, so we do nothing. */ int fcntl (int fd, int cmd, long arg) { return 0; }
www.eeworm.com/read/295117/3912137

c mkdir.c

/* vi: set sw=4 ts=4: */ /* * mkdir.c --- make a directory in the filesystem * * Copyright (C) 1994, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the terms of th
www.eeworm.com/read/295117/3912142

c bmove.c

/* vi: set sw=4 ts=4: */ /* * bmove.c --- Move blocks around to make way for a particular * filesystem structure. * * Copyright (C) 1997 Theodore Ts'o. This file may be redistributed * under the
www.eeworm.com/read/292705/3948640

makefile

# # Makefile for the linux qnx4-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/292705/3948644

readme

This is a snapshot of the QNX4 filesystem for Linux. Please send diffs and remarks to . Credits : Richard "Scuba" A. Frowijn Frank "Jedi/Sector One" Denis
www.eeworm.com/read/292705/3948781

makefile

# # Makefile for the linux ext2-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/292705/3949615

makefile

# # Makefile for the linux ext2-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/291519/3964324

h osfile.h

#ifndef __OSFILE_H__ #define __OSFILE_H__ #define FILESYSTEM_AUTOFORMAT FALSE //Macro related to FLASH #define PagePerClus 32 #define BytesPerPage 512 #define FILEMODE_READ 1 #define FI
www.eeworm.com/read/284190/4066731

h file.h

#ifndef __FILE_H__ #define __FILE_H__ #include "..\inc\def.h" #define FILESYSTEM_AUTOFORMAT FALSE //Macro related to FLASH #define PagePerClus 32 #define BytesPerPage 512 #define FILEM
www.eeworm.com/read/284190/4066737

h osfile.h

#ifndef __OSFILE_H__ #define __OSFILE_H__ #define FILESYSTEM_AUTOFORMAT FALSE //Macro related to FLASH #define PagePerClus 32 #define BytesPerPage 512 #define FILEMODE_READ 1 #define FI