|
nfs-ganesha 1.4
|
#include <pthread.h>#include "nfs_proto_functions.h"#include "nlm_list.h"#include "nlm_util.h"#include "nlm4.h"#include "cache_inode.h"#include "sal_data.h"Go to the source code of this file.
Functions | |
| int | nlm_async_callback_init () |
| int | nlm_send_async_res_nlm4 (state_nlm_client_t *host, state_async_func_t func, nfs_res_t *pres) |
| int | nlm_send_async_res_nlm4test (state_nlm_client_t *host, state_async_func_t func, nfs_res_t *pres) |
| int | nlm_send_async (int proc, state_nlm_client_t *host, void *inarg, void *key) |
| void | nlm_signal_async_resp (void *key) |
Variables | |
| pthread_mutex_t | nlm_async_resp_mutex |
| pthread_cond_t | nlm_async_resp_cond |
| int nlm_async_callback_init | ( | ) |
| int nlm_send_async | ( | int | proc, |
| state_nlm_client_t * | host, | ||
| void * | inarg, | ||
| void * | key | ||
| ) |
Definition at line 158 of file nlm_async.c.
| int nlm_send_async_res_nlm4 | ( | state_nlm_client_t * | host, |
| state_async_func_t | func, | ||
| nfs_res_t * | pres | ||
| ) |
Definition at line 44 of file nlm_async.c.
| int nlm_send_async_res_nlm4test | ( | state_nlm_client_t * | host, |
| state_async_func_t | func, | ||
| nfs_res_t * | pres | ||
| ) |
Definition at line 86 of file nlm_async.c.
| void nlm_signal_async_resp | ( | void * | key | ) |
Definition at line 255 of file nlm_async.c.
| pthread_cond_t nlm_async_resp_cond |
Definition at line 42 of file nlm_async.c.
| pthread_mutex_t nlm_async_resp_mutex |
Definition at line 41 of file nlm_async.c.
1.7.3