Home
last modified time | relevance | path

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

/Linux-v5.4/arch/um/drivers/
Dubd_kern.c265 struct ubd *ubd_dev; in ubd_setup_common() local
318 ubd_dev = &ubd_devs[n]; in ubd_setup_common()
319 if(ubd_dev->file != NULL){ in ubd_setup_common()
337 ubd_dev->no_cow = 1; in ubd_setup_common()
340 ubd_dev->shared = 1; in ubd_setup_common()
343 ubd_dev->no_trim = 1; in ubd_setup_common()
369 if(ubd_dev->no_cow){ in ubd_setup_common()
379 ubd_dev->file = str; in ubd_setup_common()
380 ubd_dev->cow.file = backing_file; in ubd_setup_common()
381 ubd_dev->boot_openflags = flags; in ubd_setup_common()
[all …]