代码搜索:raid

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

代码结果 1,564
www.eeworm.com/read/326293/3472528

c adaptec_raid.c

/* * volume_id - reads filesystem label and uuid * * Copyright (C) 2006 Kay Sievers * * This program is free software; you can redistribute it and/or modify it * under the
www.eeworm.com/read/326293/3472531

c promise_raid.c

/* * volume_id - reads filesystem label and uuid * * Copyright (C) 2005 Kay Sievers * * This program is free software; you can redistribute it and/or modify it * under the
www.eeworm.com/read/324920/3493928

h mpi_raid.h

/* * Copyright (c) 2001-2005 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/324920/3495725

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/324920/3495727

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/324920/3495730

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
www.eeworm.com/read/324920/3495731

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 */ sector_t size
www.eeworm.com/read/323368/3516834

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/323368/3516837

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
www.eeworm.com/read/323368/3516838

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 */ sector_t size