Searched refs:ubd (Results 1 – 3 of 3) sorted by relevance
132 struct ubd { struct180 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() local472 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 …]
16 ubd-objs := ubd_kern.o ubd_user.o52 obj-$(CONFIG_BLK_DEV_UBD) += ubd.o
1857 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/42072 ATTENTION: ALL DATA WILL BE LOST ON '/dev/ubd/4'! (y/n)y2084 mount /dev/ubd/4 /mnt2171 /dev/ubd/0 / hostfs defaults 1 12362 "config" adds a new device to the virtual machine. Currently the ubd2385 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 …]