|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <rx.h>#include "nfs41_driver.h"#include "nfs41_debug.h"#include <stdio.h>#include <stdarg.h>#include <ntstrsafe.h>#include <winerror.h>
Go to the source code of this file.
Macros | |
| #define | MINIRDR__NAME "Value is ignored, only fact of definition" |
| #define | TEMP_BUFFER_SIZE 1024 |
Definition at line 22 of file nfs41_debug.c.
| #define TEMP_BUFFER_SIZE 1024 |
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 | name | ||
| ) |
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, |
| PRX_CONTEXT | c | ||
| ) |
Definition at line 312 of file nfs41_debug.c.
Referenced by print_debug_header().
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 107 of file nfs41_debug.c.
Referenced by print_ea_info().
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 * | prefix, | ||
| 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().