代码搜索:raid

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

代码结果 1,564
www.eeworm.com/read/147766/5726819

h raid1.h

#undef CONFIG_MD_RAID1
www.eeworm.com/read/147766/5726821

h raid5.h

#undef CONFIG_MD_RAID5
www.eeworm.com/read/147766/5726822

h raid0.h

#undef CONFIG_MD_RAID0
www.eeworm.com/read/136786/5866275

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/136786/5866278

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/136786/5866279

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/135153/5888704

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/135153/5888707

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/135153/5888708

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/132748/5909866

h raid1.h

#ifndef _RAID1_H #define _RAID1_H #include struct mirror_info { int number; int raid_disk; kdev_t dev; int next; int sect_limit; /* * State bits: */ int operational;