SIONlib
1.7.7
Scalable I/O library for parallel access to task-local files
|
Data Fields | |
size_t | offset |
size_t | len |
int | blocknum |
size_t | offset_in_entry |
_sion_key_block_entry * | next |
_sion_key_block_entry * | next_inwriteorder |
_sion_key_entry * | entry |
describes one block containing data for a key, it is element of a linked list
Definition at line 65 of file sion_keyvalue_keymngr.c.
int _sion_key_entry_block_struct::blocknum |
number of in squence of blocks for that entry
Definition at line 68 of file sion_keyvalue_keymngr.c.
_sion_key_entry* _sion_key_entry_block_struct::entry |
reference to entry containing this block
Definition at line 72 of file sion_keyvalue_keymngr.c.
size_t _sion_key_entry_block_struct::len |
length of that block
Definition at line 67 of file sion_keyvalue_keymngr.c.
_sion_key_block_entry* _sion_key_entry_block_struct::next |
pointer to next element of blocklist
Definition at line 70 of file sion_keyvalue_keymngr.c.
_sion_key_block_entry* _sion_key_entry_block_struct::next_inwriteorder |
pointer to next element of blocks in write order
Definition at line 71 of file sion_keyvalue_keymngr.c.
size_t _sion_key_entry_block_struct::offset |
absolute position of that block in file
Definition at line 66 of file sion_keyvalue_keymngr.c.
size_t _sion_key_entry_block_struct::offset_in_entry |
absolute position of that block in data for that entry
Definition at line 69 of file sion_keyvalue_keymngr.c.