Package apple.struct
Class log2phys
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.log2phys
-
public final class log2phys extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longl2p_contigbytes()F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this positionlongl2p_devoffset()F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into deviceintl2p_flags()unused so farvoidsetL2p_contigbytes(long value)F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this positionvoidsetL2p_devoffset(long value)F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into devicevoidsetL2p_flags(int value)unused so far
-
-
-
Method Detail
-
l2p_flags
public int l2p_flags()
unused so far
-
setL2p_flags
public void setL2p_flags(int value)
unused so far
-
l2p_contigbytes
public long l2p_contigbytes()
F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
-
setL2p_contigbytes
public void setL2p_contigbytes(long value)
F_LOG2PHYS: unused so far F_LOG2PHYS_EXT: IN: number of bytes to be queried OUT: number of contiguous bytes at this position
-
l2p_devoffset
public long l2p_devoffset()
F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device
-
setL2p_devoffset
public void setL2p_devoffset(long value)
F_LOG2PHYS: OUT: bytes into device F_LOG2PHYS_EXT: IN: bytes into file OUT: bytes into device
-
-