public final class log2phys
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
log2phys() |
|
log2phys(int l2p_flags,
long l2p_contigbytes,
long l2p_devoffset) |
protected |
log2phys(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
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
|
long |
l2p_devoffset()
F_LOG2PHYS: OUT: bytes into device
F_LOG2PHYS_EXT: IN: bytes into file
OUT: bytes into device
|
int |
l2p_flags()
unused so far
|
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
|
void |
setL2p_devoffset(long value)
F_LOG2PHYS: OUT: bytes into device
F_LOG2PHYS_EXT: IN: bytes into file
OUT: bytes into device
|
void |
setL2p_flags(int value)
unused so far
|
public log2phys()
protected log2phys(org.moe.natj.general.Pointer peer)
public log2phys(int l2p_flags,
long l2p_contigbytes,
long l2p_devoffset)
public int l2p_flags()
public void setL2p_flags(int value)
public long l2p_contigbytes()
public void setL2p_contigbytes(long value)
public long l2p_devoffset()
public void setL2p_devoffset(long value)