Searched refs:fstab_test_option (Results 1 - 4 of 4) sorted by relevance

/systemd/src/shared/
H A Dfstab-util.h33 static inline bool fstab_test_option(const char *opts, const char *names) { function
/systemd/src/fstab-generator/
H A Dfstab-generator.c134 return fstab_test_option(me->mnt_opts, "_netdev\0") ||
141 return fstab_test_option(me->mnt_opts, "x-initrd.mount\0") ||
459 automount = fstab_test_option(me->mnt_opts,
504 !fstab_test_option(arg_root_options, "ro\0" "rw\0"))
561 else if (!fstab_test_option(arg_usr_options, "ro\0" "rw\0"))
/systemd/src/cryptsetup/
H A Dcryptsetup-generator.c73 tmp = fstab_test_option(options, "tmp\0");
74 swap = fstab_test_option(options, "swap\0");
/systemd/src/core/
H A Dmount.c74 if (fstab_test_option(options, "_netdev\0"))
92 if (fstab_test_option(p->options, "bind\0" "rbind\0"))
104 return !fstab_test_option(p->options, "noauto\0");
118 return fstab_test_option(p->options,
376 if (p && fstab_test_option(p->options, "x-initrd.mount\0") &&

Completed in 313 milliseconds