|
int | getInodeSize (fs_inode *inode, SfsDirsize *sz) |
|
int | getDirSize (char *dir, SfsDirsize *sz) |
|
int | mountSingleDir (char *fn, int offset=0) |
|
int | getSingleDirSize (char *fn, int offset) |
|
int | mountSingleDirMem (char *buff, int size, int offset=0) |
|
int | mountSingleDir () |
|
int | mountNextDir () |
|
int | _create () |
|
void | dump (int) |
|
int | getwritevsz (fs_iovec *fsiovec, int n) |
|
int | writev_call_retry (int fd, iovec *iovec, int vec) |
|
int | writev (fs_iovec *fsiovec, int n) |
|
int | writev_sticky (fs_iovec *iovec, int n, int *sticky) |
|
int | write (char *fn, char *buff, int sz) |
|
int | putfileheader (char *ptr, char *fn, int filesz, int flags=SFS_ATTR_NOCD) |
|
int | mountmem (char *buffer, int sz, int flags) |
|
int | mount (char *filename, int flags, int perms=0666) |
|
int | mount (int fd) |
|
int | mount (int ip, int port) |
|
void | umount () |
|
int | mountsz () |
|
int | cd (char *fn) |
|
char * | pwd () |
|
fs_dir * | opendir (const char *dir) |
|
void | closedir (fs_dir *dir) |
|
fs_dirent * | readdir (fs_dir *dir, fs_dirent *storage=NULL) |
|
fs_dirent * | readdirent (const char *name, fs_dirent *storage=NULL) |
|
fs_dirent * | opendirent (const char *name) |
|
int | mem_ls (fs_filelist *filelist, int recurse, fs_dir *dir) |
|
int | read (const char *fn, char *buff, int sz) |
|
int | fileSize (const char *fn) |
|
void | getFullPath (char *fullname, const char *name) |
|
Definition at line 129 of file sfs_index.h.