Searched refs:old_file (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dlink.c32 cifs_hardlink(struct dentry *old_file, struct inode *inode, argument
51 fromName = build_path_from_dentry(old_file);
76 if(old_file->d_inode) {
77 cifsInode = CIFS_I(old_file->d_inode);
79 old_file->d_inode->i_nlink++;
81 /* old_file->d_inode->i_ctime = CURRENT_TIME;*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconvert.c754 char *old_file, *old_url;
763 if (hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
779 xfree (old_file);
817 if (hash_table_get_pair (dl_url_file_map, url, &old_url, &old_file))
821 xfree (old_file);
849 char *old_url, *old_file;
853 if (!hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
857 xfree (old_file);
753 char *old_file, *old_url; local
848 char *old_url, *old_file; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dloop.c632 struct file *old_file = lo->lo_backing_file; local
635 mapping_set_gfp_mask(old_file->f_mapping, lo->old_gfp_mask);
656 struct file *file, *old_file; local
675 old_file = lo->lo_backing_file;
687 if (get_loop_size(lo, file) != get_loop_size(lo, old_file))
695 fput(old_file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c999 static int file_version_is_newer(connection_struct *conn, fstring new_file, fstring old_file) argument
1025 pstrcpy(filepath, old_file);
1040 int ret = get_file_version(fsp, old_file, &old_major, &old_minor);
1045 old_file));
1088 DEBUG(6,("file_version_is_newer: Replacing [%s] with [%s]\n", old_file, new_file));
1092 DEBUG(6,("file_version_is_newer: Leaving [%s] unchanged\n", old_file));
1099 DEBUG(6,("file_version_is_newer: Replacing [%s] with [%s]\n", old_file, new_file));
1103 DEBUG(6,("file_version_is_newer: Leaving [%s] unchanged\n", old_file));

Completed in 167 milliseconds