Ext
 All Files Functions
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
o-client
|o*client.c
|o*client.h
|o*handlers.c
|o*handlers.hContains handlers for commands from server
|\*main.c
o-FileSystem
|o-core
||o*block.c
||o*block.hContains block struct and its methods
||o*defines.hContains constants of FS
||o*descriptors_table.c
||o*descriptors_table.hContains descriptors_table struct and its methods
||o*inode.c
||o*inode.hContains inode struct and its methods
||o*methods.c
||o*methods.hContains useful methods to work with FS
||o*superblock.c
||\*superblock.hContains superblock struct and its methods
|o-interface
||o*client.h
||o*close_file.hContains method to close FD
||o*create_dir.hContains method to create dir
||o*create_file.hContains method to create file
||o*init.hContains methods to init FS
||o*ls.hContains method to list dir
||o*lseek_pos.hContains method to lseek
||o*main.c
||o*open_file.hContains method to open file
||o*read_file.hContains methods to read from file
||\*write_to_file.hContains methods to write to file
|o-server
||o*server.c
||\*server.h
|\*main.c
o-tests
|\*valgrind_parser.py
o-utils
|o*commands.h
|o*net_utils.c
|o*net_utils.h
|o*utils.c
|\*utils.hContains some useful methods
\*main.c