Lines Matching defs:ubd
147 struct ubd { struct
150 char *file;
151 int count;
152 int fd;
153 __u64 size;
154 struct openflags boot_openflags;
155 struct openflags openflags;
156 unsigned shared:1;
157 unsigned no_cow:1;
158 unsigned no_trim:1;
159 struct cow cow;
160 struct platform_device pdev;
161 struct request_queue *queue;
185 .lock = __SPIN_LOCK_UNLOCKED(ubd_devs.lock), \ argument