UNISTDX_FS_FILE_SYSTEM_STATUS
using file_system_status_type = struct ::statvfs
class sys::file_system_status
Types
  • using file_count_type = ::fsfilcnt_t
  • using block_count_type = ::fsblkcnt_t
  • using word_type = unsigned long
Enumerations
  • enum mount_flags: unsigned long
Methods
  • operator=(file_system_status &&) -> file_system_status &
  • file_system_status(file_system_status &&)
  • operator=(const file_system_status &) -> file_system_status &
  • file_system_status(const file_system_status &)
  • ~file_system_status()
  • file_system_status()
  • flags() const -> mount_flags
  • max_name_size() const -> word_type
  • free_inodes() const -> file_count_type
  • total_inodes() const -> file_count_type
  • available_blocks() const -> block_count_type
  • free_blocks() const -> block_count_type
  • total_blocks() const -> block_count_type
  • block_size() const -> word_type
  • file_system_status(fd_type fd)explicit
  • file_system_status(c_string path)explicit