Lines Matching defs:user
71 /* the user-provided migrate options relevant to this action */
72 struct migrate_opts *user;
166 if (opts->user->predump_dir)
170 if (opts->user->pageserver_address && opts->user->pageserver_port)
174 if (strcmp(opts->action, "dump") == 0 && !opts->user->stop)
182 if (!opts->user->preserves_inodes)
186 if (opts->user->ghost_limit)
196 if (load_tty_major_minor(opts->user->directory, tty_info, sizeof(tty_info)))
209 if (opts->user->verbose)
212 if (opts->user->action_script)
217 ret = snprintf(log, PATH_MAX, "%s/%s.log", opts->user->directory, opts->action);
260 DECLARE_ARG(opts->user->directory);
324 if (opts->user->verbose)
327 if (opts->user->action_script) {
329 DECLARE_ARG(opts->user->action_script);
393 if (!opts->user->disable_skip_in_flight &&
408 if (opts->user->predump_dir) {
410 DECLARE_ARG(opts->user->predump_dir);
413 if (opts->user->pageserver_address && opts->user->pageserver_port) {
416 DECLARE_ARG(opts->user->pageserver_address);
418 DECLARE_ARG(opts->user->pageserver_port);
421 if (!opts->user->preserves_inodes)
424 if (opts->user->ghost_limit) {
427 ret = sprintf(ghost_limit, "%"PRIu64, opts->user->ghost_limit);
429 ERROR("failed to print ghost limit %"PRIu64, opts->user->ghost_limit);
438 if (strcmp(opts->action, "dump") == 0 && !opts->user->stop)
789 * library user wants, and if they do, they can just manually configure
867 os.user = opts;
1098 os.user = opts;