C# Class ZfsSharp.VirtualDevices.RaidzVdev

Inheritance: Vdev
Mostra file Open project: AustinWise/ZfsSharp

Public Methods

Method Description
RaidzVdev ( NvList config, LeafVdevInfo>.Dictionary leafs ) : System

Protected Methods

Method Description
ReadBytesCore ( ArraySegment dest, long offset ) : void

Private Methods

Method 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 method

public RaidzVdev ( NvList config, LeafVdevInfo>.Dictionary leafs ) : System
config NvList
leafs LeafVdevInfo>.Dictionary
return System

ReadBytesCore() protected method

protected ReadBytesCore ( ArraySegment dest, long offset ) : void
dest ArraySegment
offset long
return void