Lines Matching refs:arg_image
97 static char *arg_image = NULL; variable
116 STATIC_DESTRUCTOR_REGISTER(arg_image, freep);
4225 r = parse_path_argument(optarg, /* suppress_root= */ false, &arg_image); in parse_argv()
4375 if (arg_image && arg_root) in parse_argv()
4377 else if (!arg_image && !arg_root && in_initrd()) { in parse_argv()
4396 if (IN_SET(arg_empty, EMPTY_FORCE, EMPTY_REQUIRE, EMPTY_CREATE) && !arg_node && !arg_image) in parse_argv()
4838 if (arg_image) { in run()
4844 arg_image, in run()
4893 node_is_our_loop ? arg_image : NULL, in run()
4947 … arg_root && !arg_image ? 0 : /* if --root= is specified, don't accept any block device */ in run()
4964 node_is_our_loop ? arg_image : NULL, in run()