libexplain  1.4.D001
Functions
libexplain/buffer/exdev.c File Reference
#include <libexplain/buffer/mount_point.h>
#include <libexplain/buffer/exdev.h>
#include <libexplain/option.h>
#include <libexplain/same_dev.h>

Go to the source code of this file.

Functions

void explain_buffer_exdev (explain_string_buffer_t *sb, const char *oldpath, const char *newpath, const char *sys_call_name)

Function Documentation

void explain_buffer_exdev ( explain_string_buffer_t sb,
const char *  oldpath,
const char *  newpath,
const char *  sys_call_name 
)

The explain_buffer_exdev function may be used to explain an EXDEV error.

Parameters:
sbThe string buffer to print the error on.
oldpathWhere the link or rename is coming from
newpathWhere the link or rename is going to
sys_call_nameThe nam eof the system call experiencing the error

Definition at line 27 of file exdev.c.