Searched refs:fstab_test_option (Results 1 - 4 of 4) sorted by relevance
/systemd/src/shared/ |
H A D | fstab-util.h | 33 static inline bool fstab_test_option(const char *opts, const char *names) { function
|
/systemd/src/fstab-generator/ |
H A D | fstab-generator.c | 134 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 D | cryptsetup-generator.c | 73 tmp = fstab_test_option(options, "tmp\0"); 74 swap = fstab_test_option(options, "swap\0");
|
/systemd/src/core/ |
H A D | mount.c | 74 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