Searched refs:arg_usr_what (Results 1 – 1 of 1) sorted by relevance
51 static char *arg_usr_what = NULL; variable61 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()[all …]