ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-vfs.cc File Reference
#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>
+ Include dependency graph for dce-vfs.cc:

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")

Function Documentation

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

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().

+ Here is the call graph for this function:

NS_LOG_COMPONENT_DEFINE ( "DceVfs"  )