C# 클래스 ZfsSharp.VirtualDevices.RaidzVdev

상속: Vdev
파일 보기 프로젝트 열기: AustinWise/ZfsSharp

공개 메소드들

메소드 설명
RaidzVdev ( NvList config, LeafVdevInfo>.Dictionary leafs ) : System

보호된 메소드들

메소드 설명
ReadBytesCore ( ArraySegment dest, long offset ) : void

비공개 메소드들

메소드 설명
roundup ( ulong x, ulong y ) : ulong
vdev_raidz_map_alloc ( ulong size, ulong offset, int unit_shift, ulong dcols, ulong nparity ) : raidz_map

메소드 상세

RaidzVdev() 공개 메소드

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

ReadBytesCore() 보호된 메소드

protected ReadBytesCore ( ArraySegment dest, long offset ) : void
dest ArraySegment
offset long
리턴 void