libexplain  1.4.D001
Functions
libexplain/buffer/file_inode_flags.c File Reference
#include <libexplain/ac/linux/fs.h>
#include <libexplain/buffer/file_inode_flags.h>
#include <libexplain/buffer/int.h>
#include <libexplain/buffer/pointer.h>
#include <libexplain/is_efault.h>
#include <libexplain/parse_bits.h>
#include <libexplain/sizeof.h>

Go to the source code of this file.

Functions

void explain_buffer_file_inode_flags (explain_string_buffer_t *sb, int value)
void explain_buffer_file_inode_flags_int_star (explain_string_buffer_t *sb, const int *data)
void explain_buffer_file_inode_flags_long_star (explain_string_buffer_t *sb, const long *data)

Function Documentation

The explain_buffer_file_inode_flags function may be used to print a representation of a file_inode_flags value.

Parameters:
sbThe string buffer to print into.
dataThe file_inode_flags value to be printed.

Definition at line 66 of file file_inode_flags.c.

The explain_buffer_file_inode_flags_int_star function may be used to print a representation of a file_inode_flags value.

Parameters:
sbThe string buffer to print into.
dataThe file_inode_flags value to be printed.

Definition at line 75 of file file_inode_flags.c.

The explain_buffer_file_inode_flags_long_star function may be used to print a representation of a file_inode_flags value.

Parameters:
sbThe string buffer to print into.
dataThe file_inode_flags value to be printed.

Definition at line 91 of file file_inode_flags.c.