C# Class ZfsSharp.VirtualDevices.RaidzVdev

Inheritance: Vdev
Afficher le fichier Open project: AustinWise/ZfsSharp

Méthodes publiques

Méthode Description
RaidzVdev ( NvList config, LeafVdevInfo>.Dictionary leafs ) : System

Méthodes protégées

Méthode Description
ReadBytesCore ( ArraySegment dest, long offset ) : void

Private Methods

Méthode Description
roundup ( ulong x, ulong y ) : ulong
vdev_raidz_map_alloc ( ulong size, ulong offset, int unit_shift, ulong dcols, ulong nparity ) : raidz_map

Method Details

RaidzVdev() public méthode

public RaidzVdev ( NvList config, LeafVdevInfo>.Dictionary leafs ) : System
config NvList
leafs LeafVdevInfo>.Dictionary
Résultat System

ReadBytesCore() protected méthode

protected ReadBytesCore ( ArraySegment dest, long offset ) : void
dest ArraySegment
offset long
Résultat void