XrdPosixPreload32.cc File Reference

#include <errno.h>
#include <dirent.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/statfs.h>
#include "XrdPosix/XrdPosixExtern.hh"
#include "XrdPosix/XrdPosixLinkage.hh"
#include "XrdPosix/XrdPosixOsDep.hh"
#include "XrdPosix/XrdPosixXrootd.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPlatform.hh"
Include dependency graph for XrdPosixPreload32.cc:

Defines

#define XRDPOSIXPRELOAD32

Functions

int XrdPosix_CopyDirent (struct dirent *dent, struct dirent64 *dent64)
int XrdPosix_CopyStat (struct stat *buf, struct stat64 &buf64)
int creat (const char *path, mode_t mode)
int fcntl (int fd, int cmd,...)
int fseeko (FILE *stream, off_t offset, int whence)
int fstat (int fildes, struct stat *buf)
off_t ftello (FILE *stream)
int ftruncate (int fildes, off_t offset)
off_t lseek (int fildes, off_t offset, int whence)
int lstat (const char *path, struct stat *buf)
int open (const char *path, int oflag,...)
ssize_t pread (int fildes, void *buf, size_t nbyte, off_t offset)
struct dirent * readdir (DIR *dirp)
int readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result)
ssize_t pwrite (int fildes, const void *buf, size_t nbyte, off_t offset)
int stat (const char *path, struct stat *buf)
int statfs (const char *path, struct statfs *buf)
int statvfs (const char *path, struct statvfs *buf)
int truncate (const char *path, off_t offset)

Variables

const char * XrdPosixPreload32CVSID = "$Id$"
XrdPosixLinkage Xunix

Define Documentation

#define XRDPOSIXPRELOAD32

Function Documentation

int creat ( const char *  path,
mode_t  mode 
)
int fcntl ( int  fd,
int  cmd,
  ... 
)
int fseeko ( FILE *  stream,
off_t  offset,
int  whence 
)
int fstat ( int  fildes,
struct stat *  buf 
)
off_t ftello ( FILE *  stream  ) 
int ftruncate ( int  fildes,
off_t  offset 
)
off_t lseek ( int  fildes,
off_t  offset,
int  whence 
)
int lstat ( const char *  path,
struct stat *  buf 
)
int open ( const char *  path,
int  oflag,
  ... 
)
ssize_t pread ( int  fildes,
void *  buf,
size_t  nbyte,
off_t  offset 
)
ssize_t pwrite ( int  fildes,
const void *  buf,
size_t  nbyte,
off_t  offset 
)
struct dirent* readdir ( DIR *  dirp  )  [read]
int readdir_r ( DIR *  dirp,
struct dirent *  entry,
struct dirent **  result 
)
int stat ( const char *  path,
struct stat *  buf 
)
int statfs ( const char *  path,
struct statfs *  buf 
)
int statvfs ( const char *  path,
struct statvfs *  buf 
)
int truncate ( const char *  path,
off_t  offset 
)
int XrdPosix_CopyDirent ( struct dirent *  dent,
struct dirent64 *  dent64 
)

Referenced by readdir(), and readdir_r().

int XrdPosix_CopyStat ( struct stat *  buf,
struct stat64 &  buf64 
)

Referenced by fstat(), lstat(), and stat().


Variable Documentation

const char* XrdPosixPreload32CVSID = "$Id$"
Generated by  doxygen 1.6.2-20100208