CMS 3D CMS Logo

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

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

Public Attributes

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

Detailed Description

Information about file systems on this node.

Definition at line 28 of file LocalFileSystem.cc.

Member Data Documentation

unsigned edm::storage::LocalFileSystem::FSInfo::bind
std::atomic<bool> edm::storage::LocalFileSystem::FSInfo::checked
dev_t edm::storage::LocalFileSystem::FSInfo::dev
char* edm::storage::LocalFileSystem::FSInfo::dir
double edm::storage::LocalFileSystem::FSInfo::freespc
char* edm::storage::LocalFileSystem::FSInfo::fsname

Definition at line 29 of file LocalFileSystem.cc.

Referenced by edm::storage::LocalFileSystem::initFSInfo().

long edm::storage::LocalFileSystem::FSInfo::fstype
unsigned edm::storage::LocalFileSystem::FSInfo::local
char* edm::storage::LocalFileSystem::FSInfo::origin = nullptr
char* edm::storage::LocalFileSystem::FSInfo::type

Definition at line 30 of file LocalFileSystem.cc.

Referenced by edm::storage::LocalFileSystem::initFSInfo().