CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Attributes
LocalFileSystem::FSInfo Struct Reference

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

Public Attributes

unsigned checked: 1
 
dev_t dev
 
char * dir
 
double freespc
 
char * fsname
 
long fstype
 
unsigned local: 1
 
char * type
 

Detailed Description

Information about file systems on this node.

Definition at line 26 of file LocalFileSystem.cc.

Member Data Documentation

unsigned LocalFileSystem::FSInfo::checked

Definition at line 35 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::initFSInfo(), and LocalFileSystem::statFSInfo().

dev_t LocalFileSystem::FSInfo::dev

Definition at line 31 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::initFSInfo(), and LocalFileSystem::statFSInfo().

char* LocalFileSystem::FSInfo::dir
double LocalFileSystem::FSInfo::freespc
char* LocalFileSystem::FSInfo::fsname

Definition at line 28 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::initFSInfo().

long LocalFileSystem::FSInfo::fstype

Definition at line 32 of file LocalFileSystem.cc.

Referenced by LocalFileSystem::initFSInfo(), and LocalFileSystem::statFSInfo().

unsigned LocalFileSystem::FSInfo::local
char* LocalFileSystem::FSInfo::type