代码搜索:raid
找到约 1,564 项符合「raid」的源代码
代码结果 1,564
www.eeworm.com/read/262041/4316301
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 str
www.eeworm.com/read/262041/4316303
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
www.eeworm.com/read/262041/4316306
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 stat
www.eeworm.com/read/262041/4316307
h raid0.h
#ifndef _RAID0_H
#define _RAID0_H
#include
struct strip_zone
{
sector_t zone_offset; /* Zone offset in md_dev */
sector_t dev_offset; /* Zone offset in real dev */
sect
www.eeworm.com/read/161121/5558786
h mpi_raid.h
/*
* Copyright (c) 2001 LSI Logic Corporation.
*
*
* Name: MPI_RAID.H
* Title: MPI RAID message and structures
* Creation Date: February 27, 2001
*
* MPI Version: 0
www.eeworm.com/read/161121/5560064
h raid1.h
#ifndef _RAID1_H
#define _RAID1_H
#include
struct mirror_info {
int number;
int raid_disk;
kdev_t dev;
int sect_limit;
int head_position;
/*
* State bits:
*/
int
www.eeworm.com/read/161121/5560067
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 determ
www.eeworm.com/read/161121/5560068
h raid0.h
#ifndef _RAID0_H
#define _RAID0_H
#include
struct strip_zone
{
unsigned long zone_offset; /* Zone offset in md_dev */
unsigned long dev_offset; /* Zone offset in real dev */
uns