ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID WINAPI | AcquireSRWLockExclusive (PSRWLOCK Lock) |
VOID WINAPI | AcquireSRWLockShared (PSRWLOCK Lock) |
VOID WINAPI | InitializeConditionVariable (PCONDITION_VARIABLE ConditionVariable) |
VOID WINAPI | InitializeSRWLock (PSRWLOCK Lock) |
VOID WINAPI | ReleaseSRWLockExclusive (PSRWLOCK Lock) |
VOID WINAPI | ReleaseSRWLockShared (PSRWLOCK Lock) |
FORCEINLINE PLARGE_INTEGER | GetNtTimeout (PLARGE_INTEGER Time, DWORD Timeout) |
BOOL WINAPI | SleepConditionVariableCS (PCONDITION_VARIABLE ConditionVariable, PCRITICAL_SECTION CriticalSection, DWORD Timeout) |
BOOL WINAPI | SleepConditionVariableSRW (PCONDITION_VARIABLE ConditionVariable, PSRWLOCK Lock, DWORD Timeout, ULONG Flags) |
VOID WINAPI | WakeAllConditionVariable (PCONDITION_VARIABLE ConditionVariable) |
VOID WINAPI | WakeConditionVariable (PCONDITION_VARIABLE ConditionVariable) |
BOOL WINAPI | InitializeCriticalSectionEx (OUT LPCRITICAL_SECTION lpCriticalSection, IN DWORD dwSpinCount, IN DWORD flags) |
Definition at line 8 of file sync.c.
Referenced by cache_insert(), compound_encode_send_decode(), create_new_rpc_auth(), deleg_lock_update(), delegation_flush_locks(), delegation_recovery_status(), delegation_remove(), delete_stale_component(), device_fetch(), do_open(), file_layout_fetch(), file_layout_recall(), file_layout_return(), get_volume_size_info(), handle_nfs41_set_size(), layout_commit(), nfs41_attr_cache_update(), nfs41_client_delegation_return_lru(), nfs41_client_renew(), nfs41_delegate_open(), nfs41_delegation_recall(), nfs41_delegation_remove_srvopen(), nfs41_delegation_return(), nfs41_delegation_to_open(), nfs41_name_cache_delegreturn(), nfs41_name_cache_insert(), nfs41_name_cache_remove(), nfs41_name_cache_rename(), nfs41_send_compound(), nfs41_session_create(), nfs41_session_free(), nfs41_session_renew(), nfs41_superblock_for_fh(), nfs41_superblock_space_changed(), open_lock_add(), open_lock_delegate(), open_state_rename(), open_unlock_delegate(), open_unlock_remove(), pnfs_data_server_client(), pnfs_layout_io_finished(), pnfs_layout_recall_fenced(), pnfs_layout_state_close(), pnfs_layout_state_open(), pnfs_read(), pnfs_write(), recover_delegation_open(), recover_delegation_want(), recover_locks(), recover_open(), referral_resolve(), rpc_reconnect(), rpc_renew_in_progress(), rpc_should_retry(), and server_addrs_add().
Definition at line 15 of file sync.c.
Referenced by cache_lookup(), cl_addr_compare(), cl_exid_compare(), client_server(), client_supports_pnfs(), compound_encode_send_decode(), deleg_lock_find(), delegation_flush_locks(), delegation_return(), file_layout_return(), get_path_fhs(), get_volume_size_info(), layout_commit(), lock_stateid_arg(), nfs41_attr_cache_lookup(), nfs41_create(), nfs41_create_session(), nfs41_delegation_getattr(), nfs41_delegation_to_open(), nfs41_delegreturn(), nfs41_link(), nfs41_lookup(), nfs41_name_cache_lookup(), nfs41_name_cache_remove_stale(), nfs41_open_stateid_arg(), nfs41_remove(), nfs41_rename(), nfs41_rpc_netaddr(), nfs41_send_compound(), nfs41_server_addrs(), nfs41_session_bump_seq(), nfs41_session_create(), nfs41_session_free_slot(), nfs41_session_get_slot(), nfs41_session_recall_slot(), nfs41_superblock_for_fh(), open_deleg_cmp(), open_lock_delegate(), open_update_cache(), pnfs_data_server_client(), pnfs_layout_state_close(), pnfs_layout_state_open(), recover_delegation_open(), recover_delegation_want(), recover_open(), recover_stateid_delegation(), recover_stateid_lock(), recover_stateid_open(), session_get_lease(), stateid_array(), and thread_next_unit().
FORCEINLINE PLARGE_INTEGER GetNtTimeout | ( | PLARGE_INTEGER | Time, |
DWORD | Timeout | ||
) |
Definition at line 50 of file sync.c.
Referenced by SleepConditionVariableCS(), and SleepConditionVariableSRW().
Definition at line 22 of file sync.c.
Referenced by delegation_create(), layout_state_create(), nfs41_client_create(), and session_alloc().
BOOL WINAPI InitializeCriticalSectionEx | ( | OUT LPCRITICAL_SECTION | lpCriticalSection, |
IN DWORD | dwSpinCount, | ||
IN DWORD | flags | ||
) |
Definition at line 107 of file sync.c.
Definition at line 29 of file sync.c.
Referenced by cache_init(), create_open_state(), delegation_create(), format_abs_path(), handle_mount(), layout_state_create(), nfs41_client_create(), nfs41_lookup(), nfs41_name_cache_create(), nfs41_rpc_clnt_create(), nfs41_superblock_list_init(), nfs41_symlink_follow(), server_create(), session_alloc(), superblock_create(), and xdr_data_server_list().
Definition at line 36 of file sync.c.
Referenced by cache_insert(), compound_encode_send_decode(), create_new_rpc_auth(), deleg_lock_update(), delegation_flush_locks(), delegation_recovery_status(), delegation_remove(), delete_stale_component(), device_fetch(), do_open(), file_layout_fetch(), file_layout_recall(), file_layout_return(), get_volume_size_info(), handle_nfs41_set_size(), layout_commit(), nfs41_attr_cache_update(), nfs41_client_delegation_return_lru(), nfs41_client_renew(), nfs41_delegate_open(), nfs41_delegation_recall(), nfs41_delegation_remove_srvopen(), nfs41_delegation_return(), nfs41_delegation_to_open(), nfs41_name_cache_delegreturn(), nfs41_name_cache_insert(), nfs41_name_cache_remove(), nfs41_name_cache_rename(), nfs41_send_compound(), nfs41_session_create(), nfs41_session_free(), nfs41_session_renew(), nfs41_superblock_for_fh(), nfs41_superblock_space_changed(), open_lock_add(), open_lock_delegate(), open_state_rename(), open_unlock_delegate(), open_unlock_remove(), pnfs_data_server_client(), pnfs_layout_io_finished(), pnfs_layout_recall_fenced(), pnfs_layout_state_close(), pnfs_layout_state_open(), pnfs_read(), pnfs_write(), recover_delegation_open(), recover_delegation_want(), recover_locks(), recover_open(), referral_resolve(), rpc_reconnect(), rpc_renew_in_progress(), rpc_should_retry(), and server_addrs_add().
Definition at line 43 of file sync.c.
Referenced by cache_lookup(), cl_addr_compare(), cl_exid_compare(), client_server(), client_supports_pnfs(), deleg_lock_find(), delegation_flush_locks(), delegation_return(), file_layout_return(), get_path_fhs(), get_volume_size_info(), layout_commit(), lock_stateid_arg(), nfs41_attr_cache_lookup(), nfs41_create(), nfs41_create_session(), nfs41_delegation_getattr(), nfs41_delegation_to_open(), nfs41_delegreturn(), nfs41_link(), nfs41_lookup(), nfs41_name_cache_lookup(), nfs41_name_cache_remove_stale(), nfs41_open_stateid_arg(), nfs41_remove(), nfs41_rename(), nfs41_rpc_netaddr(), nfs41_send_compound(), nfs41_server_addrs(), nfs41_session_bump_seq(), nfs41_session_create(), nfs41_session_free_slot(), nfs41_session_get_slot(), nfs41_session_recall_slot(), nfs41_superblock_for_fh(), open_deleg_cmp(), open_lock_delegate(), open_update_cache(), pnfs_data_server_client(), pnfs_layout_state_close(), pnfs_layout_state_open(), recover_delegation_open(), recover_delegation_want(), recover_open(), recover_stateid_delegation(), recover_stateid_lock(), recover_stateid_open(), session_get_lease(), stateid_array(), and thread_next_unit().
BOOL WINAPI SleepConditionVariableCS | ( | PCONDITION_VARIABLE | ConditionVariable, |
PCRITICAL_SECTION | CriticalSection, | ||
DWORD | Timeout | ||
) |
Definition at line 59 of file sync.c.
Referenced by nfs41_recover_stateid(), nfs41_recovery_start_or_wait(), and nfs41_session_get_slot().
BOOL WINAPI SleepConditionVariableSRW | ( | PCONDITION_VARIABLE | ConditionVariable, |
PSRWLOCK | Lock, | ||
DWORD | Timeout, | ||
ULONG | Flags | ||
) |
Definition at line 75 of file sync.c.
Referenced by file_layout_return(), layout_fetch(), nfs41_delegate_open(), nfs41_delegation_return(), nfs41_delegation_to_open(), and nfs41_open_stateid_arg().
Definition at line 91 of file sync.c.
Referenced by delegation_remove(), init_slot_table(), nfs41_delegation_to_open(), nfs41_recovery_finish(), nfs41_session_free_slot(), and resize_slot_table().
Definition at line 98 of file sync.c.
Referenced by file_layout_return(), and layout_fetch().