Searched refs:create_toolcontext (Results 1 – 7 of 7) sorted by relevance
37 cmd = create_toolcontext(1, system_dir); in lvm_init()
106 struct cmd_context *create_toolcontext(unsigned is_long_lived,
1071 struct cmd_context *create_toolcontext(unsigned is_long_lived, in create_toolcontext() function
801 if (!(cmd = create_toolcontext(1, NULL))) { in init_lvm()
1179 if (!(cmd = create_toolcontext(0, NULL))) in init_lvm()
167 Change create_toolcontext to still return an object if it fails part-way.343 Add system_dir parameter to create_toolcontext().