Searched refs:backing_file_out (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | ubd_kern.c | 602 char **backing_file_out, int *bitmap_offset_out, in open_ubd_file() argument 637 if (backing_file_out == NULL) in open_ubd_file() 642 if (err && (*backing_file_out != NULL)) { in open_ubd_file() 650 asked_switch = path_requires_switch(*backing_file_out, backing_file, in open_ubd_file() 654 if (asked_switch && !backing_file_mismatch(*backing_file_out, size, in open_ubd_file() 657 *backing_file_out); in open_ubd_file() 658 err = write_cow_header(file, fd, *backing_file_out, in open_ubd_file() 665 *backing_file_out = backing_file; in open_ubd_file() 666 err = backing_file_mismatch(*backing_file_out, size, mtime); in open_ubd_file()
|
| H A D | cow.h | 14 char **backing_file_out, long long *mtime_out,
|