PostgreSQL Source Code  git master
filemap_t Struct Reference

#include <filemap.h>

Data Fields

uint64 total_size
 
uint64 fetch_size
 
int nentries
 
file_entry_tentries [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 89 of file filemap.h.

Field Documentation

◆ entries

file_entry_t* filemap_t::entries[FLEXIBLE_ARRAY_MEMBER]

Definition at line 96 of file filemap.h.

Referenced by calculate_totals(), decide_file_actions(), perform_rewind(), and print_filemap().

◆ fetch_size

uint64 filemap_t::fetch_size

Definition at line 93 of file filemap.h.

Referenced by calculate_totals(), and main().

◆ nentries

int filemap_t::nentries

Definition at line 95 of file filemap.h.

Referenced by calculate_totals(), decide_file_actions(), perform_rewind(), and print_filemap().

◆ total_size

uint64 filemap_t::total_size

Definition at line 92 of file filemap.h.

Referenced by calculate_totals(), and main().


The documentation for this struct was generated from the following file: