Contains methods to init FS. More...
#include <stdlib.h>#include <unistd.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <fcntl.h>#include "../core/superblock.h"#include "../core/descriptors_table.h"#include "../core/defines.h"#include "../core/methods.h"#include "utils.h"#include "net_utils.h"Go to the source code of this file.
Functions | |
| void | init_fs (const char *path_to_fs_file) |
| Init filesystem Trunc file and init our FS in it. Creates superblock, descriptor_table and root_dir. More... | |
| void | read_fs (const char *path_to_fs_file) |
1.8.6