代码搜索:raid

找到约 1,564 项符合「raid」的源代码

代码结果 1,564
www.eeworm.com/read/316872/3593152

h mpi_raid.h

/* * Copyright (c) 2001-2007 LSI Corporation. * * * Name: mpi_raid.h * Title: MPI RAID message and structures * Creation Date: February 27, 2001 * * mpi_raid.h Versi
www.eeworm.com/read/316872/3594063

c raid_class.c

/* * raid_class.c - implementation of a simple raid visualisation class * * Copyright (c) 2005 - James Bottomley * * This file is licensed under GPLv2 * * This cl
www.eeworm.com/read/316872/3596142

h raid6.h

/* -*- linux-c -*- ------------------------------------------------------- * * * Copyright 2003 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it
www.eeworm.com/read/316872/3596144

c raid5.c

/* * raid5.c : Multiple Devices driver for Linux * Copyright (C) 1996, 1997 Ingo Molnar, Miguel de Icaza, Gadi Oxman * Copyright (C) 1999, 2000 Ingo Molnar * Copyright (C) 2002, 2003 H. P
www.eeworm.com/read/316872/3596168

c raid10.c

/* * raid10.c : Multiple Devices driver for Linux * * Copyright (C) 2000-2004 Neil Brown * * RAID-10 support for md. * * Base on code in raid1.c. See raid1.c for futher copyright information.
www.eeworm.com/read/316872/3596172

c raid0.c

/* raid0.c : Multiple Devices driver for Linux Copyright (C) 1994-96 Marc ZYNGIER or Copyright (C) 1999, 2000
www.eeworm.com/read/316872/3596180

c raid1.c

/* * raid1.c : Multiple Devices driver for Linux * * Copyright (C) 1999, 2000, 2001 Ingo Molnar, Red Hat * * Copyright (C) 1996, 1997, 1998 Ingo Molnar, Miguel de Icaza, Gadi Oxman * * RAID-1 m
www.eeworm.com/read/316872/3598058

h raid10.h

#ifndef _RAID10_H #define _RAID10_H #include typedef struct mirror_info mirror_info_t; struct mirror_info { mdk_rdev_t *rdev; sector_t head_position; }; typedef struct r10bio_s
www.eeworm.com/read/316872/3598060

h raid1.h

#ifndef _RAID1_H #define _RAID1_H #include typedef struct mirror_info mirror_info_t; struct mirror_info { mdk_rdev_t *rdev; sector_t head_position; }; /* * memory pools need a
www.eeworm.com/read/316872/3598063

h raid5.h

#ifndef _RAID5_H #define _RAID5_H #include #include /* * * Each stripe contains one buffer per disc. Each buffer can be in * one of a number of states stored