StuBS
FileSystemInterface::FileStats Struct Reference

#include <fs/tool/fs_interface.h>

Public Member Functions

bool valid () const
 

Public Attributes

unsigned long inode_number
 
unsigned hardlinks
 
enum FileType type
 
unsigned file_size
 
unsigned block_size
 
unsigned blocks
 
int error
 

Member Function Documentation

◆ valid()

bool FileSystemInterface::FileStats::valid ( ) const
inline

Member Data Documentation

◆ inode_number

unsigned long FileSystemInterface::FileStats::inode_number

◆ hardlinks

unsigned FileSystemInterface::FileStats::hardlinks

◆ type

enum FileType FileSystemInterface::FileStats::type

◆ file_size

unsigned FileSystemInterface::FileStats::file_size

◆ block_size

unsigned FileSystemInterface::FileStats::block_size

◆ blocks

unsigned FileSystemInterface::FileStats::blocks

◆ error

int FileSystemInterface::FileStats::error

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