MySQL 8.4.0
Source Code Documentation
os_file_size_t Struct Reference

Sparse file size information. More...

#include <os0file.h>

Public Attributes

os_offset_t m_total_size
 Total size of file in bytes. More...
 
os_offset_t m_alloc_size
 If it is a sparse file then this is the number of bytes actually allocated for the file. More...
 

Detailed Description

Sparse file size information.

Member Data Documentation

◆ m_alloc_size

os_offset_t os_file_size_t::m_alloc_size

If it is a sparse file then this is the number of bytes actually allocated for the file.

◆ m_total_size

os_offset_t os_file_size_t::m_total_size

Total size of file in bytes.


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