Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/drivers/
Dubd_kern.c132 struct ubd { struct
180 static struct ubd ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };
266 struct ubd *ubd_dev; in ubd_setup_common()
450 struct ubd *ubd; in ubd_handler() local
472 ubd = container_of(list, struct ubd, restart); in ubd_handler()
473 list_del_init(&ubd->restart); in ubd_handler()
474 spin_lock_irqsave(&ubd->lock, flags); in ubd_handler()
475 do_ubd_request(ubd->queue); in ubd_handler()
476 spin_unlock_irqrestore(&ubd->lock, flags); in ubd_handler()
497 static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out) in ubd_file_size()
[all …]
DMakefile16 ubd-objs := ubd_kern.o ubd_user.o
52 obj-$(CONFIG_BLK_DEV_UBD) += ubd.o
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1857 the copy-on-write (COW) layering capability of the ubd block driver.
1875 add the name of the COW file to the appropriate ubd switch:
2044 making sure that you use an unassigned ubd device number.
2059 host# mkreiserfs /dev/ubd/4
2072 ATTENTION: ALL DATA WILL BE LOST ON '/dev/ubd/4'! (y/n)y
2084 mount /dev/ubd/4 /mnt
2171 /dev/ubd/0 / hostfs defaults 1 1
2362 "config" adds a new device to the virtual machine. Currently the ubd
2385 sense the driver considers necessary. In the case of the ubd driver,
4336 Greg Lonnon <glonnon at ridgerun dot com> - Changed the ubd driver
[all …]