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

/linux-4.1.27/arch/um/drivers/
H A Dubd_kern.c584 static int path_requires_switch(char *from_cmdline, char *from_cow, char *cow) path_requires_switch() argument
591 if (!strcmp(from_cmdline, from_cow)) path_requires_switch()
600 err = os_stat_file(from_cow, &buf2); path_requires_switch()
602 printk(KERN_ERR "Couldn't stat '%s', err = %d\n", from_cow, path_requires_switch()
611 from_cmdline, from_cow, cow); path_requires_switch()

Completed in 54 milliseconds