Home
last modified time | relevance | path

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

/arch/um/drivers/
Dubd_kern.c119 struct cow { struct
144 struct cow cow; member
171 .cow = DEFAULT_COW, \
378 ubd_dev->cow.file = backing_file; in ubd_setup_common()
511 if (ubd_dev->file && ubd_dev->cow.file) { in ubd_file_size()
512 file = ubd_dev->cow.file; in ubd_file_size()
584 static int path_requires_switch(char *from_cmdline, char *from_cow, char *cow) in path_requires_switch() argument
611 from_cmdline, from_cow, cow); in path_requires_switch()
723 if(ubd_dev->cow.file == NULL) in ubd_close_dev()
726 os_close_file(ubd_dev->cow.fd); in ubd_close_dev()
[all …]