Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c239 struct ubd *ubd_dev; in ubd_setup_common() local
270 ubd_dev = &ubd_devs[n]; in ubd_setup_common()
271 if(ubd_dev->file != NULL){ in ubd_setup_common()
289 ubd_dev->no_cow = 1; in ubd_setup_common()
292 ubd_dev->shared = 1; in ubd_setup_common()
295 ubd_dev->no_trim = 1; in ubd_setup_common()
327 if (backing_file && ubd_dev->no_cow) { in ubd_setup_common()
333 ubd_dev->file = file; in ubd_setup_common()
334 ubd_dev->cow.file = backing_file; in ubd_setup_common()
335 ubd_dev->serial = serial; in ubd_setup_common()
[all …]