Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/drivers/
Dubd_kern.c228 struct ubd *ubd_dev; in ubd_setup_common() local
259 ubd_dev = &ubd_devs[n]; in ubd_setup_common()
260 if(ubd_dev->file != NULL){ in ubd_setup_common()
278 ubd_dev->no_cow = 1; in ubd_setup_common()
281 ubd_dev->shared = 1; in ubd_setup_common()
284 ubd_dev->no_trim = 1; in ubd_setup_common()
316 if (backing_file && ubd_dev->no_cow) { in ubd_setup_common()
322 ubd_dev->file = file; in ubd_setup_common()
323 ubd_dev->cow.file = backing_file; in ubd_setup_common()
324 ubd_dev->serial = serial; in ubd_setup_common()
[all …]