代码搜索:raid

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

代码结果 1,564
www.eeworm.com/read/132748/5909987

h raid5.h

#ifndef _RAID5_H #define _RAID5_H #ifdef __KERNEL__ #include #include struct disk_info { kdev_t dev; int operational; int number; int raid_disk; int write_only; int
www.eeworm.com/read/132748/5909990

h raid0.h

#ifndef _RAID0_H #define _RAID0_H struct strip_zone { int zone_offset; /* Zone offset in md_dev */ int dev_offset; /* Zone offset in real dev */ int size; /* Zone size */ int nb_dev; /*
www.eeworm.com/read/128531/5987163

h mpi_raid.h

/* * Copyright (c) 2001-2003 LSI Logic Corporation. * * * Name: mpi_raid.h * Title: MPI RAID message and structures * Creation Date: February 27, 2001 * * mpi_raid.h
www.eeworm.com/read/128531/5988589

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/128531/5988592

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/128531/5988593

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
www.eeworm.com/read/127781/5998373

h mpi_raid.h

/* * Copyright (c) 2001-2002 LSI Logic Corporation. * * * Name: MPI_RAID.H * Title: MPI RAID message and structures * Creation Date: February 27, 2001 * * MPI_RAID.H
www.eeworm.com/read/127781/5999899

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/127781/5999902

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/127781/5999903

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