#include "giis.h"
Include dependency graph for group.c:
Go to the source code of this file.
Functions | |
int | get_group_desc () |
int | eye_on_gd () |
int eye_on_gd | ( | ) |
Definition at line 33 of file group.c.
References file_system::block_bitmap, file_system::block_number, file_system::blocks_per_group, CHECK, file_system::first_group_desc, fs, gd, get_group_desc(), GROUP_DESC_SIZE, file_system::group_number, file_system::group_offset, and file_system::groups_count.
Referenced by get_data_from_block(), and get_sample_data().
Here is the call graph for this function:
int get_group_desc | ( | ) |
Definition at line 14 of file group.c.
References file_system::block_bitmap, get_ext_group_desc::buffer, CHECK, fd, file_system::free_blocks_count, file_system::free_inodes_count, fs, get_ext_group_desc::gd, GROUP_DESC_SIZE, file_system::group_offset, igd, file_system::inode_bitmap, file_system::inode_table, and RANGE.
Referenced by eye_on_gd(), and find_inode_offset().