class NatEntry

Defined at line 77 of file ../../src/storage/f2fs/node.h

Public Methods

void NatEntry ()

Defined at line 80 of file ../../src/storage/f2fs/node.h

void NatEntry (const NatEntry & )

Defined at line 81 of file ../../src/storage/f2fs/node.h

NatEntry & operator= (const NatEntry & )

Defined at line 82 of file ../../src/storage/f2fs/node.h

void NatEntry (const NatEntry && )

Defined at line 83 of file ../../src/storage/f2fs/node.h

NatEntry & operator= (NatEntry && )

Defined at line 84 of file ../../src/storage/f2fs/node.h

const NodeInfo & GetNodeInfo ()

Defined at line 86 of file ../../src/storage/f2fs/node.h

void SetNodeInfo (const NodeInfo & value)

Defined at line 87 of file ../../src/storage/f2fs/node.h

bool IsCheckpointed ()

Defined at line 89 of file ../../src/storage/f2fs/node.h

void SetCheckpointed ()

Defined at line 90 of file ../../src/storage/f2fs/node.h

void ClearCheckpointed ()

Defined at line 91 of file ../../src/storage/f2fs/node.h

uint32_t GetNid ()

Defined at line 92 of file ../../src/storage/f2fs/node.h

void SetNid (const nid_t value)

Defined at line 93 of file ../../src/storage/f2fs/node.h

block_t GetBlockAddress ()

Defined at line 94 of file ../../src/storage/f2fs/node.h

void SetBlockAddress (const block_t value)

Defined at line 95 of file ../../src/storage/f2fs/node.h

uint32_t GetIno ()

Defined at line 96 of file ../../src/storage/f2fs/node.h

void SetIno (const nid_t value)

Defined at line 97 of file ../../src/storage/f2fs/node.h

uint8_t GetVersion ()

Defined at line 98 of file ../../src/storage/f2fs/node.h

void SetVersion (const uint8_t value)

Defined at line 99 of file ../../src/storage/f2fs/node.h

ino_t GetKey ()

Defined at line 100 of file ../../src/storage/f2fs/node.h