代码搜索:raid
找到约 1,564 项符合「raid」的源代码
代码结果 1,564
www.eeworm.com/read/316872/3602549
h md.h
/*
* md.h: High speed xor_block operation for RAID4/5
*
*/
#ifdef __KERNEL__
#ifndef __ASM_MD_H
#define __ASM_MD_H
/* #define HAVE_ARCH_XORBLOCK */
#define MD_XORBLOCK_ALIGNMENT sizeof(long)
#e
www.eeworm.com/read/443386/1747968
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, unsigned int bytes, void **ptr);
struct xor_block_template {
str
www.eeworm.com/read/395229/2447362
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, unsigned int bytes, void **ptr);
struct xor_block_template {
str
www.eeworm.com/read/393286/2483135
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, unsigned int bytes, void **ptr);
struct xor_block_template {
str
www.eeworm.com/read/383868/2610482
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, unsigned int bytes, void **ptr);
struct xor_block_template {
str
www.eeworm.com/read/362989/2924146
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, unsigned int bytes, void **ptr);
struct xor_block_template {
str
www.eeworm.com/read/7569/121946
txt 6ba42ba3.txt
【隶属厂商】Soyo梅捷(http://www.soyo.com.tw/)
【隶属硬件】Soyo梅捷6BA+ IV主板
【文件大小】163KB
【简 介】Soyo梅捷6BA+IV主板最新BIOS <mark>Raid</mark>功能添加版(2002年4月16日发布)买了Highpoint的HPT366的控制卡或集成主板的用户现在不必眼红别人的<mark>RAID</mark>功能了,也不必为升级发愁了,这是几款经国外网站证实的HPT3 ...
www.eeworm.com/read/164463/10106170
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
kdev_t dev;
unsigned long size;
unsigned long offset;
};
typedef struct dev_info dev_info_t;
struct linear_hash
www.eeworm.com/read/164463/10106177
h xor.h
#ifndef _XOR_H
#define _XOR_H
#include
#define MAX_XOR_BLOCKS 5
extern void xor_block(unsigned int count, struct buffer_head **bh_ptr);
struct xor_block_template {
struct
www.eeworm.com/read/416787/11013062
c core_swxor.c
#include "mv_include.h" // MFC requires a common header, please dont checkin
#if defined(RAID_DRIVER) && defined(USE_NEW_SGTABLE)
typedef struct _xor_strm_t
{
sgd_t sgd[2];
MV_U32 off;
} xor_strm