Lines Matching refs:backing_file
275 char *backing_file; in ubd_setup_common() local
371 backing_file = strchr(str, ','); in ubd_setup_common()
373 if (backing_file == NULL) in ubd_setup_common()
374 backing_file = strchr(str, ':'); in ubd_setup_common()
376 if(backing_file != NULL){ in ubd_setup_common()
382 *backing_file = '\0'; in ubd_setup_common()
383 backing_file++; in ubd_setup_common()
388 ubd_dev->cow.file = backing_file; in ubd_setup_common()
566 char *backing_file; in ubd_file_size() local
582 err = read_cow_header(file_reader, &fd, &version, &backing_file, \ in ubd_file_size()
589 file = backing_file; in ubd_file_size()
680 char *backing_file; in open_ubd_file() local
711 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file()
721 asked_switch = path_requires_switch(*backing_file_out, backing_file, in open_ubd_file()
736 *backing_file_out = backing_file; in open_ubd_file()
751 static int create_cow_file(char *cow_file, char *backing_file, in create_cow_file() argument
767 err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment, in create_cow_file()