ReactOS 0.4.16-dev-197-g92996da
|
#include <time.h>
#include "recovery.h"
#include "delegation.h"
#include "nfs41_callback.h"
#include "nfs41_compound.h"
#include "nfs41_ops.h"
#include "daemon_debug.h"
Go to the source code of this file.
void nfs41_client_state_revoked | ( | IN nfs41_session * | session, |
IN nfs41_client * | client, | ||
IN uint32_t | revoked | ||
) |
Definition at line 633 of file recovery.c.
Referenced by nfs41_recover_sequence_flags().
int nfs41_recover_client_state | ( | IN nfs41_session * | session, |
IN nfs41_client * | client | ||
) |
Definition at line 487 of file recovery.c.
Referenced by nfs41_recover_sequence_flags(), and nfs41_recover_session().
void nfs41_recover_sequence_flags | ( | IN nfs41_session * | session, |
IN uint32_t | flags | ||
) |
Definition at line 98 of file recovery.c.
Referenced by compound_encode_send_decode().
int nfs41_recover_session | ( | IN nfs41_session * | session, |
IN bool_t | client_state_lost | ||
) |
Definition at line 69 of file recovery.c.
Referenced by compound_encode_send_decode(), and nfs41_recover_sequence_flags().
bool_t nfs41_recover_stateid | ( | IN nfs41_session * | session, |
IN nfs_argop4 * | argop | ||
) |
Definition at line 788 of file recovery.c.
Referenced by compound_encode_send_decode().
void nfs41_recovery_finish | ( | IN nfs41_client * | client | ) |
Definition at line 57 of file recovery.c.
Referenced by compound_encode_send_decode(), and nfs41_recover_sequence_flags().
bool_t nfs41_recovery_start_or_wait | ( | IN nfs41_client * | client | ) |
Definition at line 34 of file recovery.c.
Referenced by compound_encode_send_decode(), and nfs41_recover_sequence_flags().
|
static |
Definition at line 460 of file recovery.c.
Referenced by nfs41_client_state_revoked(), and nfs41_recover_client_state().
|
static |
Definition at line 396 of file recovery.c.
Referenced by recover_delegation().
|
static |
Definition at line 338 of file recovery.c.
Referenced by recover_delegation().
|
static |
Definition at line 281 of file recovery.c.
Referenced by nfs41_client_state_revoked(), and nfs41_recover_client_state().
|
static |
Definition at line 202 of file recovery.c.
Referenced by nfs41_client_state_revoked(), and nfs41_recover_client_state().
|
static |
Definition at line 138 of file recovery.c.
Referenced by recover_delegation_open(), and recover_open().
|
static |
Definition at line 157 of file recovery.c.
Referenced by recover_delegation_open(), and recover_open().
|
static |
Definition at line 752 of file recovery.c.
Referenced by nfs41_recover_stateid().
|
static |
Definition at line 723 of file recovery.c.
Referenced by nfs41_recover_stateid().
|
static |
Definition at line 703 of file recovery.c.
Referenced by nfs41_recover_stateid().
|
static |
Definition at line 547 of file recovery.c.
Referenced by nfs41_client_state_revoked(), and nfs41_test_stateid().