代码搜索:Torvalds
找到约 10,000 项符合「Torvalds」的源代码
代码结果 10,000
www.eeworm.com/read/147710/12535577
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/147590/12544905
c super.c
/*
* linux/fs/super.c
*
* (C) 1991 Linus Torvalds
*/
/*
* super.c contains code to handle the super-block tables.
*/
#include "errno.h"
#include "fs.h"
int sync_dev(int dev);
void wait_for
www.eeworm.com/read/147590/12544925
c stat.c
/*
* linux/fs/stat.c
*
* (C) 1991 Linus Torvalds
*/
#include "errno.h"
#include "fs.h"
static void cp_stat(struct m_inode * inode, struct stat * statbuf)
{
struct stat tmp;
int i;
tmp.
www.eeworm.com/read/147590/12544955
c truncate.c
/*
* linux/fs/truncate.c
*
* (C) 1991 Linus Torvalds
*/
//#include
//#include
#include "fs.h"
static void free_ind(int dev,int block)
{
struct buffer_head * bh
www.eeworm.com/read/135592/13918217
c buffer.c
/* $Id: buffer.c,v 1.6 1999/07/16 23:52:00 bjornw Exp $
*
* linux/fs/buffer.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'buffer.c' implements the buffer-cache functions. Race-con
www.eeworm.com/read/135592/13918300
c stat.c
/*
* linux/fs/stat.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include
#i
www.eeworm.com/read/134379/13994277
h ide.h
#ifndef _IDE_H
#define _IDE_H
/*
* linux/include/linux/ide.h
*
* Copyright (C) 1994-1998 Linus Torvalds & authors
*/
#include
#include
#include
www.eeworm.com/read/203858/15350798
c tty_ioctl.c
/*
* linux/kernel/chr_drv/tty_ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/203858/15350802
c exit.c
/*
* linux/kernel/exit.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/203858/15350803
c signal.c
/*
* linux/kernel/signal.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
volatile void do_exit(int error_code