Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dfstab-util.h13 int fstab_filter_options(
22 return !!fstab_filter_options(opts, names, NULL, NULL, NULL, NULL); in fstab_test_option()
33 assert_se(fstab_filter_options(opts, yes_no, &opt, NULL, NULL, NULL) >= 0); in fstab_test_yes_no_option()
Dfstab-util.c82 int fstab_filter_options( in fstab_filter_options() function
219 r = fstab_filter_options(options, "pri\0", NULL, &opt, NULL, NULL); in fstab_find_pri()
Dgenerator.c249 r = fstab_filter_options(opts, "comment=systemd.device-timeout\0" in generator_write_timeouts()
/systemd-251/src/test/
Dtest-fstab-util.c37 r = fstab_filter_options(opts, remove, &name, &value, NULL, &filtered); in do_fstab_filter_options()
48 r = fstab_filter_options(opts, remove, &name, NULL, &values, NULL); in do_fstab_filter_options()
58 r = fstab_filter_options(opts, remove, &name, NULL, NULL, NULL); in do_fstab_filter_options()
66 TEST(fstab_filter_options) { in TEST() argument
/systemd-251/src/fstab-generator/
Dfstab-generator.c205 r = fstab_filter_options(opts, filter, NULL, &timeout, NULL, NULL); in write_timeout()
245 r = fstab_filter_options(opts, filter, NULL, NULL, &names, NULL); in write_dependency()
299 r = fstab_filter_options(opts, "x-systemd.requires-mounts-for\0", NULL, NULL, &paths, NULL); in write_requires_mounts_for()
380 r = fstab_filter_options(opts, "x-systemd.wanted-by\0", NULL, NULL, &wanted_by, NULL); in add_mount()
384 r = fstab_filter_options(opts, "x-systemd.required-by\0", NULL, NULL, &required_by, NULL); in add_mount()
/systemd-251/src/cryptsetup/
Dcryptsetup-generator.c304 keyfile_can_timeout = fstab_filter_options(options, in create_disk()
310 detached_header = fstab_filter_options( in create_disk()
320 tmp = fstab_filter_options(options, "tmp\0", NULL, &tmp_fstype, NULL, NULL); in create_disk()
608 … r = fstab_filter_options(options, "header\0", NULL, &headerspec, NULL, &filtered_headerspec); in filter_header_device()
/systemd-251/src/core/
Dmount.c1042 … r = fstab_filter_options(p->options, "nofail\0" "noauto\0" "auto\0", NULL, NULL, NULL, &opts); in mount_enter_mounting()