|
XRootD
|
#include <XrdOucNSWalk.hh>
Collaboration diagram for XrdOucNSWalk::NSEnt:Public Types | |
| enum | Etype { isBad = 0 , isDir , isFile , isLink , isMisc } |
Public Member Functions | |
| NSEnt () | |
| ~NSEnt () | |
Public Attributes | |
| char * | File |
| char * | Link |
| int | Lksz |
| struct NSEnt * | Next |
| char * | Path |
| int | Plen |
| struct stat | Stat |
| Etype | Type |
Definition at line 46 of file XrdOucNSWalk.hh.
|
inline |
Definition at line 60 of file XrdOucNSWalk.hh.
|
inline |
| char* XrdOucNSWalk::NSEnt::File |
Definition at line 50 of file XrdOucNSWalk.hh.
Referenced by XrdFrmFileset::dirPath(), and XrdFrmFileset::Refresh().
| char* XrdOucNSWalk::NSEnt::Link |
Definition at line 53 of file XrdOucNSWalk.hh.
Referenced by ~NSEnt(), and XrdFrmFileset::Refresh().
| int XrdOucNSWalk::NSEnt::Lksz |
Definition at line 54 of file XrdOucNSWalk.hh.
| struct NSEnt* XrdOucNSWalk::NSEnt::Next |
Definition at line 48 of file XrdOucNSWalk.hh.
Referenced by XrdFrmAdminNSE::~XrdFrmAdminNSE(), XrdCpFile::Extend(), and XrdOfsConfigCP::Init().
| char* XrdOucNSWalk::NSEnt::Path |
Definition at line 49 of file XrdOucNSWalk.hh.
Referenced by ~NSEnt(), XrdFrmFileset::dirPath(), XrdCpFile::Extend(), and XrdOfsConfigCP::Init().
| int XrdOucNSWalk::NSEnt::Plen |
Definition at line 51 of file XrdOucNSWalk.hh.
Referenced by XrdCpFile::Extend().
| struct stat XrdOucNSWalk::NSEnt::Stat |
Definition at line 52 of file XrdOucNSWalk.hh.
Referenced by XrdFrmTSort::Add(), XrdCpFile::Extend(), XrdFrmFileset::Refresh(), and XrdFrmFileset::setCpyTime().
| Etype XrdOucNSWalk::NSEnt::Type |
Definition at line 58 of file XrdOucNSWalk.hh.