Searched refs:backing_file (Results 1 – 3 of 3) sorted by relevance
| /arch/um/drivers/ |
| A D | cow_user.c | 26 char backing_file[PATH_LEN_V1]; member 45 char backing_file[PATH_LEN_V2]; member 94 char backing_file[PATH_LEN_V3]; member 106 char backing_file[PATH_LEN_V3]; member 221 if (strlen(backing_file) > sizeof(header->backing_file) - 1) { in write_cow_header() 229 if (absolutize(header->backing_file, sizeof(header->backing_file), in write_cow_header() 230 backing_file)) in write_cow_header() 245 header->backing_file, -err); in write_cow_header() 322 file = header->v1.backing_file; in read_cow_header() 335 file = header->v2.backing_file; in read_cow_header() [all …]
|
| A D | cow.h | 7 extern int init_cow_file(int fd, char *cow_file, char *backing_file, 18 extern int write_cow_header(char *cow_file, int fd, char *backing_file,
|
| A D | ubd_kern.c | 230 char *file, *backing_file, *serial; in ubd_setup_common() local 308 backing_file = strsep(&str, ",:"); in ubd_setup_common() 309 if (backing_file && *backing_file == '\0') in ubd_setup_common() 310 backing_file = NULL; in ubd_setup_common() 316 if (backing_file && ubd_dev->no_cow) { in ubd_setup_common() 323 ubd_dev->cow.file = backing_file; in ubd_setup_common() 495 char *backing_file; in ubd_file_size() local 518 file = backing_file; in ubd_file_size() 609 char *backing_file; in open_ubd_file() local 665 *backing_file_out = backing_file; in open_ubd_file() [all …]
|
Completed in 8 milliseconds