|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Macros | |
| #define | _DRIVER_NAME_ "NFS4.1 Driver" |
| #define | DbgEn() |
| #define | DbgEx() |
| #define | DbgR() |
| #define | DBG_ERROR 0x00000001 |
| #define | DBG_WARN 0x00000002 |
| #define | DBG_TRACE 0x00000004 |
| #define | DBG_INFO 0x00000008 |
| #define | DBG_DISP_IN 0x00000010 /* Marks entry into dispatch functions */ |
| #define | DBG_DISP_OUT 0x00000020 /* Marks exit from dispatch functions */ |
| #define | PNFS_TRACE_TAG "PNFSMRX: " |
| #define | PNFS_FLTR_ID DPFLTR_IHVDRIVER_ID |
| #define | DbgEnter() |
| #define | DbgExit(status) |
| #define _DRIVER_NAME_ "NFS4.1 Driver" |
Definition at line 25 of file nfs41_debug.h.
Definition at line 82 of file nfs41_debug.h.
Definition at line 83 of file nfs41_debug.h.
| #define DBG_ERROR 0x00000001 |
Definition at line 78 of file nfs41_debug.h.
| #define DBG_INFO 0x00000008 |
Definition at line 81 of file nfs41_debug.h.
| #define DBG_TRACE 0x00000004 |
Definition at line 80 of file nfs41_debug.h.
| #define DBG_WARN 0x00000002 |
Definition at line 79 of file nfs41_debug.h.
| #define DbgEn | ( | ) |
Definition at line 57 of file nfs41_debug.h.
| #define DbgEnter | ( | ) |
Definition at line 92 of file nfs41_debug.h.
| #define DbgEx | ( | ) |
Definition at line 61 of file nfs41_debug.h.
Definition at line 94 of file nfs41_debug.h.
| #define DbgR | ( | ) |
Definition at line 68 of file nfs41_debug.h.
| #define PNFS_FLTR_ID DPFLTR_IHVDRIVER_ID |
Definition at line 90 of file nfs41_debug.h.
| #define PNFS_TRACE_TAG "PNFSMRX: " |
Definition at line 89 of file nfs41_debug.h.
Definition at line 43 of file nfs41_debug.c.
Definition at line 714 of file nfs41_debug.c.
Definition at line 601 of file nfs41_debug.c.
| void print_acl_args | ( | SECURITY_INFORMATION | info | ) |
Definition at line 626 of file nfs41_debug.c.
Referenced by nfs41_QuerySecurityInformation(), and nfs41_SetSecurityInformation().
| void print_basic_info | ( | int | on, |
| PFILE_BASIC_INFORMATION | info | ||
| ) |
Definition at line 204 of file nfs41_debug.c.
Referenced by nfs41_QueryFileInformation().
| void print_caching_level | ( | int | on, |
| ULONG | flag, | ||
| PUNICODE_STRING | s | ||
| ) |
Definition at line 582 of file nfs41_debug.c.
Referenced by enable_caching().
Definition at line 183 of file nfs41_debug.c.
Referenced by nfs41_DevFcbXXXControlFile().
| void print_ea_info | ( | int | on, |
| PFILE_FULL_EA_INFORMATION | info | ||
| ) |
Definition at line 221 of file nfs41_debug.c.
Referenced by nfs41_Create(), and nfs41_SetEaInformation().
Definition at line 75 of file nfs41_debug.c.
Definition at line 321 of file nfs41_debug.c.
Definition at line 498 of file nfs41_debug.c.
Referenced by print_debug_filedirquery_header().
| void print_file_object | ( | int | on, |
| PFILE_OBJECT | file | ||
| ) |
Definition at line 302 of file nfs41_debug.c.
Referenced by print_debug_header().
| VOID print_fo_all | ( | int | on, |
| IN PRX_CONTEXT | c | ||
| ) |
Definition at line 372 of file nfs41_debug.c.
Definition at line 558 of file nfs41_debug.c.
Referenced by print_queryvolume_args().
Definition at line 150 of file nfs41_debug.c.
Referenced by nfs41_DevFcbXXXControlFile().
| void print_get_ea | ( | int | on, |
| PFILE_GET_EA_INFORMATION | info | ||
| ) |
Definition at line 98 of file daemon_debug.c.
Referenced by compound_encode_send_decode(), handle_upcall(), nfs41_create_session(), nfs41_downcall(), print_ea_info(), and upcall_parse().
Definition at line 132 of file nfs41_debug.c.
Referenced by nfs41_DevFcbXXXControlFile().
Definition at line 387 of file nfs41_debug.c.
Referenced by print_debug_header().
| VOID print_irps_flags | ( | int | on, |
| PIO_STACK_LOCATION | irps | ||
| ) |
Definition at line 409 of file nfs41_debug.c.
Referenced by print_debug_header().
| VOID print_net_root | ( | int | on, |
| IN PMRX_NET_ROOT | p | ||
| ) |
Definition at line 258 of file nfs41_debug.c.
Referenced by nfs41_CreateVNetRoot(), and nfs41_FinalizeNetRoot().
| void print_nt_create_params | ( | int | on, |
| NT_CREATE_PARAMETERS | params | ||
| ) |
Definition at line 419 of file nfs41_debug.c.
Referenced by nfs41_Create().
Definition at line 636 of file nfs41_debug.c.
| VOID print_srv_call | ( | int | on, |
| IN PMRX_SRV_CALL | p | ||
| ) |
Definition at line 240 of file nfs41_debug.c.
Referenced by _nfs41_CreateSrvCall(), nfs41_CreateVNetRoot(), and nfs41_FinalizeSrvCall().
| VOID print_srv_open | ( | int | on, |
| IN PMRX_SRV_OPEN | p | ||
| ) |
Definition at line 347 of file nfs41_debug.c.
| void print_std_info | ( | int | on, |
| PFILE_STANDARD_INFORMATION | info | ||
| ) |
Definition at line 212 of file nfs41_debug.c.
Referenced by nfs41_QueryFileInformation().
| VOID print_v_net_root | ( | int | on, |
| IN PMRX_V_NET_ROOT | p | ||
| ) |
Definition at line 279 of file nfs41_debug.c.
Referenced by nfs41_CreateVNetRoot(), and nfs41_FinalizeVNetRoot().
| void print_wait_status | ( | int | on, |
| const char * | str, | ||
| NTSTATUS | status, | ||
| const char * | opcode, | ||
| PVOID | entry, | ||
| LONGLONG | xid | ||
| ) |
Definition at line 688 of file nfs41_debug.c.
Referenced by nfs41_upcall(), and nfs41_UpcallWaitForReply().