|
xrootd
|
#include <XrdXrootdFile.hh>

Public Member Functions | |
| int | Add (XrdXrootdFile *fp) |
| void | Del (int fnum) |
| XrdXrootdFile * | Get (int fnum) |
| XrdXrootdFileTable () | |
| ~XrdXrootdFileTable () | |
Private Attributes | |
| XrdXrootdFile * | FTab [XRD_FTABSIZE] |
| int | FTfree |
| XrdXrootdFile ** | XTab |
| int | XTnum |
| int | XTfree |
Static Private Attributes | |
| static const char * | TraceID = "FileTable" |
| XrdXrootdFileTable::XrdXrootdFileTable | ( | ) | [inline] |
| XrdXrootdFileTable::~XrdXrootdFileTable | ( | ) |
References XRD_FTABSIZE, FTab, Del(), XTab, and XTnum.
| int XrdXrootdFileTable::Add | ( | XrdXrootdFile * | fp | ) |
References XRD_FTABSIZE, FTfree, FTab, XTab, XTnum, and XTfree.
Referenced by XrdXrootdProtocol::do_Open().
| void XrdXrootdFileTable::Del | ( | int | fnum | ) |
References XRD_FTABSIZE, FTab, FTfree, XTab, XTnum, and XTfree.
Referenced by ~XrdXrootdFileTable(), and XrdXrootdProtocol::do_Close().
| XrdXrootdFile* XrdXrootdFileTable::Get | ( | int | fnum | ) | [inline] |
References XRD_FTABSIZE, FTab, XTab, and XTnum.
Referenced by XrdXrootdProtocol::do_Close(), XrdXrootdProtocol::do_Qfh(), XrdXrootdProtocol::do_Read(), XrdXrootdProtocol::do_ReadNone(), XrdXrootdProtocol::do_ReadV(), XrdXrootdProtocol::do_Sync(), XrdXrootdProtocol::do_Truncate(), and XrdXrootdProtocol::do_Write().
XrdXrootdFile* XrdXrootdFileTable::FTab[XRD_FTABSIZE] [private] |
Referenced by ~XrdXrootdFileTable(), Add(), Del(), Get(), and XrdXrootdFileTable().
int XrdXrootdFileTable::FTfree [private] |
Referenced by Add(), Del(), and XrdXrootdFileTable().
const char * XrdXrootdFileTable::TraceID = "FileTable" [static, private] |
XrdXrootdFile** XrdXrootdFileTable::XTab [private] |
Referenced by ~XrdXrootdFileTable(), Add(), Del(), Get(), and XrdXrootdFileTable().
int XrdXrootdFileTable::XTfree [private] |
Referenced by Add(), Del(), and XrdXrootdFileTable().
int XrdXrootdFileTable::XTnum [private] |
Referenced by ~XrdXrootdFileTable(), Add(), Del(), Get(), and XrdXrootdFileTable().
1.7.5