CMS 3D CMS Logo

List of all members | Public Attributes
LocalFileSystem::FSInfo Struct Reference

Information about file systems on this node. More...

Public Attributes

unsigned __pad0__: 1
 
unsigned bind: 1
 
std::atomic< bool > checked
 
dev_t dev
 
char * dir
 
double freespc
 
char * fsname
 
long fstype
 
char * origin = nullptr
 
char * type
 

Detailed Description

Information about file systems on this node.

Definition at line 26 of file LocalFileSystem.cc.

Member Data Documentation

◆ __pad0__

unsigned LocalFileSystem::FSInfo::__pad0__

Definition at line 34 of file LocalFileSystem.cc.

◆ bind

unsigned LocalFileSystem::FSInfo::bind

Definition at line 35 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::findMount().

◆ checked

std::atomic<bool> LocalFileSystem::FSInfo::checked

Definition at line 36 of file LocalFileSystem.cc.

◆ dev

dev_t LocalFileSystem::FSInfo::dev

Definition at line 31 of file LocalFileSystem.cc.

◆ dir

char* LocalFileSystem::FSInfo::dir

Definition at line 29 of file LocalFileSystem.cc.

Referenced by Inspector.Inspector::Loop().

◆ freespc

double LocalFileSystem::FSInfo::freespc

Definition at line 33 of file LocalFileSystem.cc.

◆ fsname

char* LocalFileSystem::FSInfo::fsname

Definition at line 27 of file LocalFileSystem.cc.

◆ fstype

long LocalFileSystem::FSInfo::fstype

Definition at line 32 of file LocalFileSystem.cc.

◆ origin

char* LocalFileSystem::FSInfo::origin = nullptr

Definition at line 30 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::findMount().

◆ type

char* LocalFileSystem::FSInfo::type

Definition at line 28 of file LocalFileSystem.cc.