Searched refs:real_file_fd (Results 1 – 1 of 1) sorted by relevance
593 int real_file_fd; in extract_base_fs_allocations() local597 real_file_fd = open(real_file_name, O_RDONLY); in extract_base_fs_allocations()598 if (real_file_fd == -1) { in extract_base_fs_allocations()601 real_file_block_size = get_file_size(real_file_fd); in extract_base_fs_allocations()602 close(real_file_fd); in extract_base_fs_allocations()