ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-vfs.h File Reference
#include <sys/vfs.h>
#include <sys/statvfs.h>
+ Include dependency graph for dce-vfs.h:
+ This graph shows which files directly or indirectly include this file:

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)

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: