Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dubd_kern.c273 struct ubd *ubd_dev; in ubd_setup_common() local
326 ubd_dev = &ubd_devs[n]; in ubd_setup_common()
327 if(ubd_dev->file != NULL){ in ubd_setup_common()
345 ubd_dev->no_cow = 1; in ubd_setup_common()
348 ubd_dev->shared = 1; in ubd_setup_common()
351 ubd_dev->no_trim = 1; in ubd_setup_common()
377 if(ubd_dev->no_cow){ in ubd_setup_common()
387 ubd_dev->file = str; in ubd_setup_common()
388 ubd_dev->cow.file = backing_file; in ubd_setup_common()
389 ubd_dev->boot_openflags = flags; in ubd_setup_common()
[all …]