C# 클래스 ZfsSharpLib.VirtualDevices.RaidzVdev

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

공개 메소드들

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

보호된 메소드들

메소드 설명
ReadBytesCore ( Span 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, Dictionary leafs ) : System
config NvList
leafs Dictionary
리턴 System

ReadBytesCore() 보호된 메소드

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