代码搜索:Multipath
找到约 793 项符合「Multipath」的源代码
代码结果 793
www.eeworm.com/read/256581/11986426
02_multipath
#!/bin/sh
#
# store the multipath tool in the initrd
# hotplug & udev will take care of calling it when appropriate
# this tool is statically linked against klibc : no additional libs
#
cp /sbin/multi
www.eeworm.com/read/341135/12105257
rar multipath.rar
www.eeworm.com/read/338766/12285931
cpp multipath.cpp
#include "PrmGraph.h"
struct pos_score_pair {
pos_score_pair() : pos(NEG_INF), score(NEG_INF) {};
bool operator< (const pos_score_pair& other) const
{
return (score > other.score);
}
i
www.eeworm.com/read/486037/1254371
h multipath.h
#ifndef _MULTIPATH_H
#define _MULTIPATH_H
#include
struct multipath_info {
mdk_rdev_t *rdev;
};
struct multipath_private_data {
mddev_t *mddev;
struct multipath_info *multipa
www.eeworm.com/read/486037/1255935
h multipath.h
#ifndef _MULTIPATH_H
#define _MULTIPATH_H
#include
struct multipath_info {
mdk_rdev_t *rdev;
};
struct multipath_private_data {
mddev_t *mddev;
struct multipath_info *multipa
www.eeworm.com/read/480930/1308021
h multipath.h
#ifndef _MULTIPATH_H
#define _MULTIPATH_H
#include
struct multipath_info {
int number;
int raid_disk;
kdev_t dev;
/*
* State bits:
*/
int operational;
int spare;
www.eeworm.com/read/479151/1340567
c multipath.c
/*
* multipath.c : Multiple Devices driver for Linux
*
* Copyright (C) 1999, 2000, 2001 Ingo Molnar, Red Hat
*
* Copyright (C) 1996, 1997, 1998 Ingo Molnar, Miguel de Icaza, Gadi Oxman
*
* MULT
www.eeworm.com/read/479151/1340839
h multipath.h
#ifndef _MULTIPATH_H
#define _MULTIPATH_H
#include
struct multipath_info {
int number;
int raid_disk;
kdev_t dev;
/*
* State bits:
*/
int operational;
int spare;