#include "dce-vfs.h"
#include "utils.h"
#include "dce-manager.h"
#include "process.h"
#include <ns3/log.h>
#include <ns3/node.h>
#include <ns3/simulator.h>
#include <errno.h>
Go to the source code of this file.
Functions | |
int | dce_fstatfs (int fd, struct statfs *buf) |
int | dce_fstatfs64 (int fd, struct statfs *buf) |
int | dce_fstatvfs (int fd, struct statvfs *buf) |
int | dce_statfs (const char *path, struct statfs *buf) |
int | dce_statfs64 (const char *path, struct statfs *buf) |
int | dce_statvfs (const char *path, struct statvfs *buf) |
NS_LOG_COMPONENT_DEFINE ("DceVfs") |
int dce_fstatfs | ( | int | fd, |
struct statfs * | buf | ||
) |
Definition at line 23 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
int dce_fstatfs64 | ( | int | fd, |
struct statfs * | buf | ||
) |
Definition at line 41 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
int dce_fstatvfs | ( | int | fd, |
struct statvfs * | buf | ||
) |
Definition at line 59 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
int dce_statfs | ( | const char * | path, |
struct statfs * | buf | ||
) |
Definition at line 14 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
int dce_statfs64 | ( | const char * | path, |
struct statfs * | buf | ||
) |
Definition at line 32 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
int dce_statvfs | ( | const char * | path, |
struct statvfs * | buf | ||
) |
Definition at line 50 of file dce-vfs.cc.
References ns3::Current(), ns3::Thread::err, and ns3::UtilsGetNodeId().
NS_LOG_COMPONENT_DEFINE | ( | "DceVfs" | ) |