nfs-ganesha 1.4
|
9P version More...
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <sys/stat.h>
#include "nfs_core.h"
#include "log.h"
#include "cache_inode.h"
#include "fsal.h"
#include "9p.h"
Go to the source code of this file.
Functions | |
int | _9p_read (_9p_request_data_t *preq9p, void *pworker_data, u32 *plenout, char *preply) |
Variables | |
char __thread | databuffer [_9p_READ_BUFFER_SIZE] |
int _9p_read | ( | _9p_request_data_t * | preq9p, |
void * | pworker_data, | ||
u32 * | plenout, | ||
char * | preply | ||
) |
char __thread databuffer[_9p_READ_BUFFER_SIZE] |