Lines Matching refs:arg_usr_what
51 static char *arg_usr_what = NULL; variable
61 STATIC_DESTRUCTOR_REGISTER(arg_usr_what, freep);
841 if (!arg_usr_what && !arg_usr_fstype && !arg_usr_options) in add_sysroot_usr_mount()
844 if (arg_root_what && !arg_usr_what) { in add_sysroot_usr_mount()
846 arg_usr_what = strdup(arg_root_what); in add_sysroot_usr_mount()
847 if (!arg_usr_what) in add_sysroot_usr_mount()
863 if (isempty(arg_usr_what)) { in add_sysroot_usr_mount()
868 if (streq(arg_usr_what, "gpt-auto")) { in add_sysroot_usr_mount()
875 if (path_equal(arg_usr_what, "/dev/nfs")) { in add_sysroot_usr_mount()
881 what = fstab_node_to_udev_node(arg_usr_what); in add_sysroot_usr_mount()
1030 return free_and_strdup_warn(&arg_usr_what, value); in parse_proc_cmdline_item()
1108 return determine_device(&arg_usr_what, arg_usr_hash, "usr"); in determine_usr()