Searched defs:fargs (Results 1 – 4 of 4) sorted by relevance
94 struct fargs { struct95 char *host; /* hostname or NULL if local */96 char **sources; /* transfer source */97 size_t sourcesz; /* number of sources */98 char *sink; /* transfer endpoint */99 enum fmode mode; /* mode of operation */100 int remote; /* uses rsync:// or :: for remote */101 char *module; /* if rsync://, the module */
361 struct fargs *fargs; in main() local
274 struct fusefs_args fargs; in fuse_mount() local
986 static const char * const fargs[4] in do_spawn_ve() local