• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/

Lines Matching refs:to

57  * 	Add cow_format field to allow for the possibility of different ways
60 * Move the backing_file field to the end of the header. This allows
64 * by the alignment field. This is to allow COW files to be
67 * allows the data to be more aligned more strictly than on
69 * the data to be page aligned.
74 * definition, leading on 64-bit systems to 4 bytes of padding after mtime, to
75 * align size to 8-byte alignment. This shifted all fields above (no padding
80 * impossible to find 4 zeros. -bb */
142 static int absolutize(char *to, int size, char *from)
148 cow_printf("absolutize : unable to get cwd - errno = %d\n",
157 cow_printf("absolutize : Can't cd to '%s' - "
162 if(getcwd(to, size) == NULL){
163 cow_printf("absolutize : unable to get cwd of '%s' - "
167 remaining = size - strlen(to);
169 cow_printf("absolutize : unable to fit '%s' into %d "
173 strcat(to, slash);
177 cow_printf("absolutize : unable to fit '%s' into %d "
181 strcpy(to, save_cwd);
182 strcat(to, "/");
183 strcat(to, from);
205 cow_printf("write_cow_header - failed to allocate COW V3 header\n");
215 "limited to %zd characters\n", backing_file,
248 cow_printf("write_cow_header - write of header to "
281 cow_printf("read_cow_header - Failed to allocate header\n");
305 cow_printf("read_cow_header - failed to read V1 "
318 cow_printf("read_cow_header - failed to read V2 "
332 cow_printf("read_cow_header - failed to read V3 "
352 cow_printf("read_cow_header - failed to read V3 "
357 /* this was used until Dec2005 - 64bits are needed to represent
361 * the program used to use the former (tested - I got mtime
364 * Ever heard about bug-to-bug-compatibility ? ;-) */
384 cow_printf("read_cow_header - failed to allocate backing "
418 /* does not really matter how much we write it is just to set EOF
420 * to zero without having to allocate it
424 cow_printf("Write of bitmap to new COW file '%s' failed, "