Functions | |
| ImplList (INode) | |
| ListINode | ListINode_deserialize (Buffer buf) |
| Deserialize a Buffer into a List of INode's. | |
| void | ListINode_print (ListINode list) |
| Prints a List of INode's. | |
| Buffer | INode_serialize (INode in) |
| INode | INode_deserialize (Buffer buf) |
| Deserialize a Buffer into an INode Caller must free memory in Block.cid. | |
| void | insert_into_inode (SafeStr fname, size_t size) |
| INSERT into the INode table. | |
| ListINode | select_from_inode (UUID *fid, SafeStr *fname, size_t *size) |
| SELECT from the INode table. | |
| ListINode | INode_get_db (void) |
| Get the INode table from the database. | |
| void | INode_set_db (ListINode dnodes) |
| Write the database with the List of INode's. | |
| void | print_inode (INode inode) |
| Print an INode's data as a tuple. | |
| ImplList | ( | INode | ) |
| void INode_set_db | ( | ListINode | inodes | ) |
| void insert_into_inode | ( | SafeStr | fname, |
| size_t | size ) |
| ListINode ListINode_deserialize | ( | Buffer | buf | ) |
| void ListINode_print | ( | ListINode | list | ) |
| void print_inode | ( | INode | inode | ) |