Lines Matching refs:arg_usr_options
53 static char *arg_usr_options = NULL; variable
63 STATIC_DESTRUCTOR_REGISTER(arg_usr_options, freep);
841 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options) in add_sysroot_usr_mount()
857 if (arg_root_options && !arg_usr_options) { in add_sysroot_usr_mount()
858 arg_usr_options = strdup(arg_root_options); in add_sysroot_usr_mount()
859 if (!arg_usr_options) in add_sysroot_usr_mount()
885 if (!arg_usr_options) in add_sysroot_usr_mount()
887 else if (!fstab_test_option(arg_usr_options, "ro\0" "rw\0")) in add_sysroot_usr_mount()
888 opts = strjoina(arg_usr_options, ",", arg_root_rw > 0 ? "rw" : "ro"); in add_sysroot_usr_mount()
890 opts = arg_usr_options; in add_sysroot_usr_mount()
1044 if (!strextend_with_separator(&arg_usr_options, ",", value)) in parse_proc_cmdline_item()