Searched refs:ubd (Results 1 – 3 of 3) sorted by relevance
146 struct ubd { struct188 static struct ubd ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };265 struct ubd *ubd_dev; in ubd_setup_common()555 static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out) in ubd_file_size()774 static void ubd_close_dev(struct ubd *ubd_dev) in ubd_close_dev()785 static int ubd_open_dev(struct ubd *ubd_dev) in ubd_open_dev()861 struct ubd *ubd_dev = dev_get_drvdata(dev); in ubd_device_release()865 *ubd_dev = ((struct ubd) DEFAULT_UBD); in ubd_device_release()913 struct ubd *ubd_dev = &ubd_devs[n]; in ubd_add()1015 struct ubd *ubd_dev; in ubd_get_config()[all …]
17 ubd-objs := ubd_kern.o ubd_user.o54 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 …]