|
Public Member Functions |
| XrdOssCache () |
| ~XrdOssCache () |
Static Public Member Functions |
void | Adjust (dev_t devid, off_t size) |
void | Adjust (const char *Path, off_t size, struct stat *buf=0) |
void | Adjust (XrdOssCache_FS *fsp, off_t size) |
int | Alloc (allocInfo &aInfo) |
XrdOssCache_FS * | Find (const char *Path, int lklen=0) |
int | Init (const char *UDir, const char *Qfile, int isSOL) |
int | Init (long long aMin, int ovhd, int aFuzz) |
void | List (const char *lname, XrdSysError &Eroute) |
char * | Parse (const char *token, char *cbuff, int cblen) |
void * | Scan (int cscanint) |
Static Public Attributes |
XrdSysMutex | Mutex |
long long | fsTotal = 0 |
long long | fsLarge = 0 |
long long | fsTotFr = 0 |
long long | fsFree = 0 |
long long | fsSize = 0 |
XrdOssCache_FS * | fsfirst = 0 |
XrdOssCache_FS * | fslast = 0 |
XrdOssCache_FSData * | fsdata = 0 |
int | fsCount = 0 |
Static Private Attributes |
long long | minAlloc = 0 |
double | fuzAlloc = 0.0 |
int | ovhAlloc = 0 |
int | Quotas = 0 |
int | Usage = 0 |