|
nfs-ganesha 1.4
|
#include "log.h"#include "ganesha_fuse_wrap.h"#include "nfs_init.h"#include "fsal.h"#include <stdio.h>#include <string.h>#include <pthread.h>#include <signal.h>#include <errno.h>Go to the source code of this file.
Functions | |
| int | ganefuse_main (int argc, char *argv[], const struct ganefuse_operations *op, void *user_data) |
Variables | |
| char | log_path [MAXPATHLEN] = "" |
| char | exec_name [MAXPATHLEN] = "ganesha-nfsd" |
| char | host_name [MAXHOSTNAMELEN] = "localhost" |
| int | debug_level = -1 |
| int | detach_flag = FALSE |
| int | single_threaded = FALSE |
| struct ganefuse_operations | ops |
| char | ganesha_exec_path [MAXPATHLEN] |
| char | options [] = "h@Rds:F:S:f:L:N:" |
| char | usage [] = "ConfigFile : None\n" |
| int ganefuse_main | ( | int | argc, |
| char * | argv[], | ||
| const struct ganefuse_operations * | op, | ||
| void * | user_data | ||
| ) |
main: simply the main function.
The 'main' function as in every C program.
| argc | number of arguments |
| argv | array of arguments |
Definition at line 103 of file fuse_binding.c.
| int debug_level = -1 |
Definition at line 64 of file fuse_binding.c.
| int detach_flag = FALSE |
Definition at line 65 of file fuse_binding.c.
| char exec_name[MAXPATHLEN] = "ganesha-nfsd" |
Definition at line 62 of file fuse_binding.c.
| char ganesha_exec_path[MAXPATHLEN] |
Definition at line 69 of file fuse_binding.c.
| char host_name[MAXHOSTNAMELEN] = "localhost" |
Definition at line 63 of file fuse_binding.c.
| char log_path[MAXPATHLEN] = "" |
Definition at line 61 of file fuse_binding.c.
| struct ganefuse_operations ops |
Definition at line 67 of file fuse_binding.c.
| char options[] = "h@Rds:F:S:f:L:N:" |
Definition at line 73 of file fuse_binding.c.
| int single_threaded = FALSE |
Definition at line 66 of file fuse_binding.c.
| char usage[] = "ConfigFile : None\n" |
Definition at line 74 of file fuse_binding.c.
1.7.3