Searched refs:from_cow (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ubd_kern.c | 641 static int path_requires_switch(char *from_cmdline, char *from_cow, char *cow) in path_requires_switch() argument 648 if (!strcmp(from_cmdline, from_cow)) in path_requires_switch() 657 err = os_stat_file(from_cow, &buf2); in path_requires_switch() 659 printk(KERN_ERR "Couldn't stat '%s', err = %d\n", from_cow, in path_requires_switch() 668 from_cmdline, from_cow, cow); in path_requires_switch()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_kern.c | 593 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()
|
Completed in 5 milliseconds