Searched defs:backing_file (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/um/drivers/ |
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 197 int write_cow_header(char *cow_file, int fd, char *backing_file, in write_cow_header() 403 int init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize, in init_cow_file()
|
D | ubd_kern.c | 241 char *file, *backing_file, *serial; in ubd_setup_common() local 518 char *backing_file; in ubd_file_size() local 632 char *backing_file; in open_ubd_file() local 703 static int create_cow_file(char *cow_file, char *backing_file, in create_cow_file()
|