Searched refs:fstab_filter_options (Results 1 - 7 of 7) sorted by relevance

/systemd/src/shared/
H A Dfstab-util.h29 int fstab_filter_options(const char *opts, const char *names, const char **namefound, char **value, char **filtered);
34 return !!fstab_filter_options(opts, names, NULL, NULL, NULL);
46 r = fstab_filter_options(opts, yes_no, &opt, NULL, NULL);
H A Dfstab-util.c52 int fstab_filter_options(const char *opts, const char *names, function
191 r = fstab_filter_options(options, "pri\0", NULL, &opt, NULL);
H A Dgenerator.c170 r = fstab_filter_options(opts, "comment=systemd.device-timeout\0" "x-systemd.device-timeout\0",
/systemd/src/test/
H A Dtest-fstab-util.c27 int fstab_filter_options(const char *opts, const char *names,
42 r = fstab_filter_options(opts, remove, &name, &value, &filtered);
52 r = fstab_filter_options(opts, remove, &name, NULL, NULL);
/systemd/src/core/
H A Dumount.c386 (void) fstab_filter_options(m->options, "rw\0ro\0", NULL, NULL, &options);
H A Dmount.c861 return fstab_filter_options(m->parameters_fragment.options,
/systemd/src/fstab-generator/
H A Dfstab-generator.c151 r = fstab_filter_options(opts, "x-systemd.idle-timeout\0", NULL, &timeout, NULL);

Completed in 331 milliseconds