Lines Matching defs:ubd
144 struct ubd { struct
147 char *file;
148 char *serial;
149 int fd;
150 __u64 size;
151 struct openflags boot_openflags;
152 struct openflags openflags;
153 unsigned shared:1;
154 unsigned no_cow:1;
155 unsigned no_trim:1;
156 struct cow cow;
157 struct platform_device pdev;
158 struct gendisk *disk;
182 .lock = __SPIN_LOCK_UNLOCKED(ubd_devs.lock), \ argument