#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/resource.h>
#include <unistd.h>
#include <errno.h>
#include <pthread.h>
#include "XrdFfs/XrdFfsWcache.hh"
#include "XrdFfs/XrdFfsPosix.hh"
Include dependency graph for XrdFfsWcache.cc:
Classes | |
struct | XrdFfsWcacheFilebuf |
Defines | |
#define | XrdFfsWcacheBufsize 131072 |
Functions | |
void | XrdFfsWcache_init () |
int | XrdFfsWcache_create (int fd) |
void | XrdFfsWcache_destroy (int fd) |
ssize_t | XrdFfsWcache_flush (int fd) |
ssize_t | XrdFfsWcache_pwrite (int fd, char *buf, size_t len, off_t offset) |
Variables | |
XrdFfsWcacheFilebuf * | XrdFfsWcacheFbufs |
int | XrdFfsWcacheNFILES |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|