nfs-ganesha 1.4
Functions | Variables

nfs_file_content_flush_thread.c File Reference

#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_exports.h"
#include "nfs_creds.h"
#include "nfs_proto_functions.h"
#include "nfs_dupreq.h"
#include "nfs_file_handle.h"
#include "nfs_stat.h"
#include "SemN.h"
#include "nfs_init.h"

Go to the source code of this file.

Functions

void * nfs_file_content_flush_thread (void *flush_data_arg)

Variables

nfs_start_info_t nfs_start_info
fsal_op_context_t fsal_context [NB_MAX_FLUSHER_THREAD]

Function Documentation

void* nfs_file_content_flush_thread ( void *  flush_data_arg)

Definition at line 83 of file nfs_file_content_flush_thread.c.


Variable Documentation

fsal_op_context_t fsal_context[NB_MAX_FLUSHER_THREAD]

nfs_file_content_flush_thread: thead used for RPC dispatching.

Parameters:
flush_data_argcontains the index of the flush thread and it must be filled with flush stats.
Returns:
Pointer to the result (but this function will mostly loop forever).

Definition at line 81 of file nfs_file_content_flush_thread.c.

Definition at line 102 of file nfs_init.c.