Home
last modified time | relevance | path

Searched refs:ubd_dev (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/um/drivers/
Dubd_kern.c266 struct ubd *ubd_dev; in ubd_setup_common() local
319 ubd_dev = &ubd_devs[n]; in ubd_setup_common()
320 if(ubd_dev->file != NULL){ in ubd_setup_common()
338 ubd_dev->no_cow = 1; in ubd_setup_common()
341 ubd_dev->shared = 1; in ubd_setup_common()
367 if(ubd_dev->no_cow){ in ubd_setup_common()
377 ubd_dev->file = str; in ubd_setup_common()
378 ubd_dev->cow.file = backing_file; in ubd_setup_common()
379 ubd_dev->boot_openflags = flags; in ubd_setup_common()
497 static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out) in ubd_file_size() argument
[all …]