Lines Matching defs:options
81 mount_autofs(const char *from, const char *fspath, const char *options,
89 log_debugx("mounting %s on %s, prefix \"%s\", options \"%s\"",
90 from, fspath, prefix, options);
94 args.master_options = __UNCONST(options);
103 mount_if_not_already(const struct node *n, const char *map, const char *options,
122 * XXX: Compare options and 'from',
137 mount_autofs(from, mountpoint, options, prefix);
269 char *options = NULL;
293 options = concat(options, ',', optarg);
334 node_print(root, options);