| nfs-ganesha 1.4 | 
#include <stdio.h>#include <string.h>#include <pthread.h>#include "nfs_core.h"#include "9p.h"#include "cache_inode.h"#include "fsal.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"Go to the source code of this file.
| Functions | |
| int | _9p_not_2000L (_9p_request_data_t *preq9p, void *pworker_data, u32 *plenout, char *preply) | 
| void | _9p_process_request (_9p_request_data_t *preq9p, nfs_worker_data_t *pworker_data) | 
| Variables | |
| const int | _9ptabindex [] | 
| const _9p_function_desc_t | _9pfuncdesc [] | 
| int _9p_not_2000L | ( | _9p_request_data_t * | preq9p, | 
| void * | pworker_data, | ||
| u32 * | plenout, | ||
| char * | preply | ||
| ) | 
Definition at line 121 of file 9p_interpreter.c.
| void _9p_process_request | ( | _9p_request_data_t * | preq9p, | 
| nfs_worker_data_t * | pworker_data | ||
| ) | 
Definition at line 140 of file 9p_interpreter.c.
| const _9p_function_desc_t _9pfuncdesc[] | 
Definition at line 85 of file 9p_interpreter.c.
| const int _9ptabindex[] | 
    {32, 
     32, 32, 32, 32, 32, 32, 32,
      0, 32, 32, 32,  1, 32,  2,
     32,  3, 32,  4, 32,  5, 32,
      6, 32,  7, 32,  8, 32, 32,
     32,  9, 32, 10, 32, 32, 32,
     32, 32, 32, 32, 11, 32, 32,
     32, 32, 32, 32, 32, 32, 32,
     12, 32, 13, 32, 14, 32, 32,
     32, 32, 32, 32, 32, 32, 32,
     32, 32, 32, 32, 32, 32, 15,
     32, 16, 32, 17, 32, 18, 32,
     32, 32, 32, 32, 32, 32, 32,
     32, 32, 32, 32, 32, 32, 32,
     32, 32, 32, 32, 32, 32, 32,
     32, 19, 32, 20, 32, 21, 32,
     32, 32, 22, 32, 23, 32, 24,
     32, 25, 32, 26, 32, 27, 32,
     28, 32, 29, 32, 30, 32, 31  
}
Definition at line 63 of file 9p_interpreter.c.
 1.7.3
 1.7.3