Home
last modified time | relevance | path

Searched refs:from_cow (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/arch/um/drivers/
Dubd_kern.c593 static int path_requires_switch(char *from_cmdline, char *from_cow, char *cow) in path_requires_switch() argument
600 if (!strcmp(from_cmdline, from_cow)) in path_requires_switch()
609 err = os_stat_file(from_cow, &buf2); in path_requires_switch()
611 printk(KERN_ERR "Couldn't stat '%s', err = %d\n", from_cow, in path_requires_switch()
620 from_cmdline, from_cow, cow); in path_requires_switch()