|
Coda Distributed File System
|
This is the complete list of members for CacheFile, including all inherited members.
| CacheFile(int i, int recoverable=1, int partial=0) REQUIRES_TRANSACTION | CacheFile | |
| CacheFile() | CacheFile | |
| Close(int fd) | CacheFile | |
| ConsecutiveValidData() | CacheFile | |
| Copy(CacheFile *destination) REQUIRES_TRANSACTION | CacheFile | |
| Copy(char *destname, int recovering=0) | CacheFile | |
| CopySegment(CacheFile *from, CacheFile *to, uint64_t pos, int64_t count) REQUIRES_TRANSACTION | CacheFile | protectedstatic |
| Create(int newlength=0) REQUIRES_TRANSACTION | CacheFile | |
| DecRef() | CacheFile | |
| FClose(FILE *f) | CacheFile | |
| FOpen(const char *mode) | CacheFile | |
| GetHoles(uint64_t start, int64_t len) | CacheFile | |
| GetValidChunks(uint64_t start, int64_t len) | CacheFile | |
| IncRef() | CacheFile | inline |
| IsComplete() | CacheFile | inline |
| IsPartial() | CacheFile | inline |
| Length() | CacheFile | inline |
| name | CacheFile | protected |
| Name() | CacheFile | inline |
| Open(int flags) | CacheFile | |
| print() | CacheFile | inline |
| print(FILE *fp) | CacheFile | inline |
| print(int fdes) | CacheFile | |
| Reset() EXCLUDES_TRANSACTION | CacheFile | |
| SegmentedCacheFile | CacheFile | friend |
| SetLength(uint64_t newlen) REQUIRES_TRANSACTION | CacheFile | |
| SetPartial(bool is_partial) REQUIRES_TRANSACTION | CacheFile | |
| SetValidData(uint64_t len) REQUIRES_TRANSACTION | CacheFile | |
| SetValidData(uint64_t start, int64_t len) REQUIRES_TRANSACTION | CacheFile | |
| Stat(struct stat *tstat) | CacheFile | |
| Truncate(uint64_t newlen) REQUIRES_TRANSACTION | CacheFile | |
| Utimes(const struct timeval times[2]) | CacheFile | |
| Validate() EXCLUDES_TRANSACTION | CacheFile | |
| ValidData() | CacheFile | inline |
| ~CacheFile() | CacheFile |