Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c164 unsigned no_cow:1; member
189 .no_cow = 0, \
289 ubd_dev->no_cow = 1; in ubd_setup_common()
327 if (backing_file && ubd_dev->no_cow) { in ubd_setup_common()
738 back_ptr = ubd_dev->no_cow ? NULL : &ubd_dev->cow.file; in ubd_open_dev()