Home
last modified time | relevance | path

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

/linux-6.15/arch/um/drivers/
H A Dubd_kern.c144 struct ubd { struct
228 struct ubd *ubd_dev; in ubd_setup_common()
706 static void ubd_close_dev(struct ubd *ubd_dev) in ubd_close_dev()
717 static int ubd_open_dev(struct ubd *ubd_dev) in ubd_open_dev()
782 struct ubd *ubd_dev = container_of(dev, struct ubd, pdev.dev); in ubd_device_release()
785 *ubd_dev = ((struct ubd) DEFAULT_UBD); in ubd_device_release()
792 struct ubd *ubd_dev = disk->private_data; in serial_show()
831 struct ubd *ubd_dev = &ubd_devs[n]; in ubd_add()
953 struct ubd *ubd_dev; in ubd_get_config()
995 struct ubd *ubd_dev; in ubd_remove()
[all …]
H A DMakefile17 ubd-objs := ubd_kern.o ubd_user.o
50 obj-$(CONFIG_BLK_DEV_UBD) += ubd.o
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst850 sense the driver considers necessary. In the case of the ubd driver,
914 the copy-on-write (COW) layering capability of the ubd block driver.
936 add the name of the COW file to the appropriate ubd switch::
1049 /dev/ubd/0 / hostfs defaults 1 1
1143 (ubd) device helper thread and the SIGIO helper thread.