Lines Matching refs:backing_file
268 char *backing_file; in ubd_setup_common() local
361 backing_file = strchr(str, ','); in ubd_setup_common()
363 if (backing_file == NULL) in ubd_setup_common()
364 backing_file = strchr(str, ':'); in ubd_setup_common()
366 if(backing_file != NULL){ in ubd_setup_common()
372 *backing_file = '\0'; in ubd_setup_common()
373 backing_file++; in ubd_setup_common()
378 ubd_dev->cow.file = backing_file; in ubd_setup_common()
505 char *backing_file; in ubd_file_size() local
521 err = read_cow_header(file_reader, &fd, &version, &backing_file, \ in ubd_file_size()
528 file = backing_file; in ubd_file_size()
623 char *backing_file; in open_ubd_file() local
654 err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime, in open_ubd_file()
664 asked_switch = path_requires_switch(*backing_file_out, backing_file, in open_ubd_file()
679 *backing_file_out = backing_file; in open_ubd_file()
694 static int create_cow_file(char *cow_file, char *backing_file, in create_cow_file() argument
710 err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment, in create_cow_file()