Searched refs:backing_file (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dcow_user.c25 char backing_file[PATH_LEN_V1]; member in struct:cow_header_v1
43 char backing_file[PATH_LEN_V2]; member in struct:cow_header_v2
60 * Move the backing_file field to the end of the header. This allows
79 * now) is shifted onto the first 4 bytes of backing_file, where it is otherwise
90 char backing_file[PATH_LEN_V3]; member in struct:cow_header_v3
102 char backing_file[PATH_LEN_V3]; member in struct:cow_header_v3_broken
189 int write_cow_header(char *cow_file, int fd, char *backing_file, argument
212 if(strlen(backing_file) > sizeof(header->backing_file) - 1){
215 "limited to %zd characters\n", backing_file,
394 init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize, int alignment, int *bitmap_offset_out, unsigned long *bitmap_len_out, int *data_offset_out) argument
[all...]
H A Dcow.h41 extern int init_cow_file(int fd, char *cow_file, char *backing_file,
52 extern int write_cow_header(char *cow_file, int fd, char *backing_file,
H A Dubd_kern.c77 extern int create_cow_file(char *cow_file, char *backing_file,
290 char *backing_file; local
383 backing_file = strchr(str, ',');
385 if (backing_file == NULL)
386 backing_file = strchr(str, ':');
388 if(backing_file != NULL){
394 *backing_file = '\0';
395 backing_file++;
400 ubd_dev->cow.file = backing_file;
1264 char *backing_file; local
1331 create_cow_file(char *cow_file, char *backing_file, struct openflags flags, int sectorsize, int alignment, int *bitmap_offset_out, unsigned long *bitmap_len_out, int *data_offset_out) argument
[all...]

Completed in 30 milliseconds