ReactOS 0.4.16-dev-340-g0540c21
|
#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.
Referenced by _nfs41_CreateSrvCall(), check_nfs41_create_args(), check_nfs41_setacl_args(), check_nfs41_setattr_args(), check_nfs41_setea_args(), check_nfs41_write_args(), DriverEntry(), GetConnectionHandle(), handle_upcall(), map_close_errors(), map_disposition_to_create_retval(), map_lock_errors(), map_mount_errors(), map_open_errors(), map_query_acl_error(), map_querydir_errors(), map_queryfile_error(), map_readwrite_errors(), map_setea_error(), map_setfile_error(), map_symlink_errors(), map_volume_errors(), marshal_nfs41_dirquery(), marshal_nfs41_open(), marshal_nfs41_rw(), marshall_unicode_as_utf8(), nfs41_CreateSrvCall(), nfs41_CreateVNetRoot(), nfs41_downcall(), nfs41_driver_unload(), nfs41_FinalizeNetRoot(), nfs41_FsdDispatch(), nfs41_get_sec_ctx(), nfs41_GetConnectionInfoFromBuffer(), nfs41_GetLUID(), nfs41_MountConfig_ParseDword(), nfs41_MountConfig_ParseOptions(), nfs41_QueryDirectory(), nfs41_QueryFileInformation(), nfs41_QueryVolumeInformation(), nfs41_Start(), nfs41_UpcallCreate(), SharedMemoryInit(), unmarshal_nfs41_dirquery(), unmarshal_nfs41_open(), and unmarshal_nfs41_rw().
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().