Go to the documentation of this file.
11 #ifndef SQUID_FS_IO_H_
12 #define SQUID_FS_IO_H_
14 #include "mem/forward.h"
45 int file_open(
const char *path,
int mode);
63 int fsStats(
const char *,
int *,
int *,
int *,
int *);
void DRCB(int, const char *buf, int size, int errflag, void *data)
void safeunlink(const char *path, int quiet)
int fsStats(const char *, int *, int *, int *, int *)
int file_open(const char *path, int mode)
int fsBlockSize(const char *path, int *blksize)
void file_write(int, off_t, void const *, int len, DWCB *, void *, FREE *)
int unsigned int const char *desc STUB void int len
void file_read(int, char *, int, off_t, DRCB *, void *)
void file_write_mbuf(int fd, off_t, MemBuf mb, DWCB *handler, void *handler_data)
bool FileRename(const SBuf &from, const SBuf &to)
void DWCB(int, int, size_t, void *)