Home
last modified time | relevance | path

Searched defs:ubd (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/arch/um/drivers/
Dubd_kern.c144 struct ubd { struct
145 struct list_head restart;
148 char *file;
149 int count;
150 int fd;
151 __u64 size;
152 struct openflags boot_openflags;
153 struct openflags openflags;
154 unsigned shared:1;
155 unsigned no_cow:1;
[all …]
/kernel/linux/linux-5.10/arch/um/drivers/
Dubd_kern.c154 struct ubd { struct
157 char *file;
158 int count;
159 int fd;
160 __u64 size;
161 struct openflags boot_openflags;
162 struct openflags openflags;
163 unsigned shared:1;
164 unsigned no_cow:1;
165 unsigned no_trim:1;
[all …]