Searched refs:fstab_filter_options (Results 1 - 7 of 7) sorted by relevance
/systemd/src/shared/ |
H A D | fstab-util.h | 29 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 D | fstab-util.c | 52 int fstab_filter_options(const char *opts, const char *names, function 191 r = fstab_filter_options(options, "pri\0", NULL, &opt, NULL);
|
H A D | generator.c | 170 r = fstab_filter_options(opts, "comment=systemd.device-timeout\0" "x-systemd.device-timeout\0",
|
/systemd/src/test/ |
H A D | test-fstab-util.c | 27 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 D | umount.c | 386 (void) fstab_filter_options(m->options, "rw\0ro\0", NULL, NULL, &options);
|
H A D | mount.c | 861 return fstab_filter_options(m->parameters_fragment.options,
|
/systemd/src/fstab-generator/ |
H A D | fstab-generator.c | 151 r = fstab_filter_options(opts, "x-systemd.idle-timeout\0", NULL, &timeout, NULL);
|
Completed in 331 milliseconds