|
libexplain
1.4.D001
|
#include <libexplain/ac/sys/types.h>#include <libexplain/ac/linux/cdrom.h>#include <libexplain/ac/linux/fd.h>#include <libexplain/ac/linux/major.h>#include <libexplain/ac/linux/kdev_t.h>#include <libexplain/ac/sys/ioctl.h>#include <libexplain/ac/sys/mtio.h>#include <libexplain/ac/unistd.h>#include <libexplain/buffer/erofs.h>#include <libexplain/buffer/gettext.h>#include <libexplain/buffer/mount_point.h>Go to the source code of this file.
Functions | |
| static void | explain_buffer_erofs_generic (explain_string_buffer_t *sb, const char *caption) |
| static void | explain_buffer_erofs_generic_dev (explain_string_buffer_t *sb, const char *caption) |
| void | explain_buffer_erofs (explain_string_buffer_t *sb, const char *pathname, const char *caption) |
| void | explain_buffer_erofs_fildes (explain_string_buffer_t *sb, int fildes, const char *caption) |
| void explain_buffer_erofs | ( | explain_string_buffer_t * | sb, |
| const char * | pathname, | ||
| const char * | caption | ||
| ) |
| void explain_buffer_erofs_fildes | ( | explain_string_buffer_t * | sb, |
| int | fildes, | ||
| const char * | caption | ||
| ) |
The explain_buffer_erofs function may be used to report EROFS errors, given a file descriptor.
| sb | The string buffer to print into. |
| fildes | The file descriptor of the pffending file. |
| caption | The name of the parameter of the file descriptor of the offending file. |
| static void explain_buffer_erofs_generic | ( | explain_string_buffer_t * | sb, |
| const char * | caption | ||
| ) | [static] |
| static void explain_buffer_erofs_generic_dev | ( | explain_string_buffer_t * | sb, |
| const char * | caption | ||
| ) | [static] |
1.7.6.1