ReactOS 0.4.16-dev-597-gdbf7844
|
Go to the source code of this file.
Macros | |
#define | MULTI_ADDR_BUFFER_LEN (NFS41_ADDRS_PER_SERVER*(NFS41_UNIVERSAL_ADDR_LEN+1)+1) |
Functions | |
const char * | pnfs_error_string (enum pnfs_status status) |
const char * | pnfs_layout_type_string (enum pnfs_layout_type type) |
const char * | pnfs_iomode_string (enum pnfs_iomode iomode) |
void | dprint_deviceid (IN int level, IN const char *title, IN const unsigned char *deviceid) |
void | dprint_layout (IN int level, IN const pnfs_file_layout *layout) |
static void | dprint_multi_addr (IN int level, IN uint32_t index, IN const multi_addr4 *addrs) |
void | dprint_device (IN int level, IN const pnfs_file_device *device) |
#define MULTI_ADDR_BUFFER_LEN (NFS41_ADDRS_PER_SERVER*(NFS41_UNIVERSAL_ADDR_LEN+1)+1) |
Definition at line 96 of file pnfs_debug.c.
Definition at line 113 of file pnfs_debug.c.
Definition at line 68 of file pnfs_debug.c.
Referenced by dprint_device(), and dprint_layout().
Definition at line 79 of file pnfs_debug.c.
|
static |
Definition at line 99 of file pnfs_debug.c.
Referenced by dprint_device().
const char * pnfs_error_string | ( | enum pnfs_status | status | ) |
Definition at line 28 of file pnfs_debug.c.
Referenced by file_device_find_or_create(), file_layout_fetch(), file_layout_read_thread(), file_layout_recall_all(), file_layout_recall_file(), file_layout_recall_fsid(), file_layout_return(), file_layout_write_thread(), layout_state_find_and_delete(), layout_state_find_or_create(), pattern_fork(), pnfs_file_device_get(), pnfs_file_device_notify(), pnfs_file_layout_recall(), pnfs_layout_state_close(), pnfs_layout_state_open(), pnfs_read(), and pnfs_write().
const char * pnfs_iomode_string | ( | enum pnfs_iomode | iomode | ) |
Definition at line 58 of file pnfs_debug.c.
Referenced by dprint_layout(), file_layout_fetch(), handle_cb_layoutrecall(), and pnfs_file_layout_recall().
const char * pnfs_layout_type_string | ( | enum pnfs_layout_type | type | ) |
Definition at line 48 of file pnfs_debug.c.
Referenced by dprint_device(), dprint_layout(), handle_cb_layoutrecall(), and pnfs_file_layout_recall().