Searched refs:old_name (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbback.h22 int backup_tdb(const char *old_name, const char *new_name);
H A Dtdbback.c98 int backup_tdb(const char *old_name, const char *new_name) argument
109 if (stat(old_name, &st) != 0) {
110 perror(old_name);
115 tdb = tdb_open(old_name, 0, 0, O_RDWR, 0);
117 printf("Failed to open %s\n", old_name);
134 fprintf(stderr,"Failed to lock %s\n", old_name);
147 fprintf(stderr,"failed to copy %s\n", old_name);
172 fprintf(stderr,"failed to copy %s\n", old_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmreorg.c45 _gdbm_rename (old_name, new_name)
46 char* old_name;
52 if (link (old_name, new_name) != 0)
55 unlink (old_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfsnotify.h40 * fsnotify_move - file old_name at old_dir was moved to new_name at new_dir
43 const char *old_name, const char *new_name,
57 inotify_inode_queue_event(old_dir, IN_MOVED_FROM|isdir,cookie,old_name,
258 static inline void fsnotify_oldname_free(const char *old_name) argument
260 kfree(old_name);
270 static inline void fsnotify_oldname_free(const char *old_name) argument
42 fsnotify_move(struct inode *old_dir, struct inode *new_dir, const char *old_name, const char *new_name, int isdir, struct inode *target, struct inode *source) argument
H A Dcoda_psdev.h62 size_t new_length, const char *old_name,
H A Dsecurity.h303 * @old_name contains the pathname of file.
1213 struct dentry *dentry, const char *old_name);
1640 const char *old_name)
1644 return security_ops->inode_symlink (dir, dentry, old_name);
2361 const char *old_name)
1638 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
2359 security_inode_symlink(struct inode *dir, struct dentry *dentry, const char *old_name) argument
H A Dnfs_xdr.h648 const struct qstr * old_name; member in struct:nfs4_rename_arg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Dmanage.c259 const char *old_name = NULL; local
300 old_name = old->name;
380 if (old_name)
381 printk(KERN_ERR "current handler: %s\n", old_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c1435 pstring old_name; local
1520 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->driverpath);
1521 if (ver != -1 && (ver=file_version_is_newer(conn, new_name, old_name)) > 0) {
1524 status = rename_internals(conn, new_name, old_name, 0, True);
1527 new_name, old_name));
1541 slprintf(old_name, sizeof(old_name)-1, "%s/%s", new_dir, driver->datafile);
1542 if (ver != -1 && (ver=file_version_is_newer(conn, new_name, old_name)) > 0) {
1545 status = rename_internals(conn, new_name, old_name,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dproc.c323 nfs_proc_rename(struct inode *old_dir, struct qstr *old_name, argument
328 .fromname = old_name->name,
329 .fromlen = old_name->len,
340 dprintk("NFS call rename %s -> %s\n", old_name->name, new_name->name);
H A Dnfs3proc.c413 nfs3_proc_rename(struct inode *old_dir, struct qstr *old_name, argument
419 .fromname = old_name->name,
420 .fromlen = old_name->len,
436 dprintk("NFS call rename %s -> %s\n", old_name->name, new_name->name);
H A Dnfs4proc.c1870 static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, argument
1877 .old_name = old_name,
1907 static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, argument
1914 _nfs4_proc_rename(old_dir, old_name,
H A Dnfs4xdr.c1401 if ((status = encode_rename(&xdr, args->old_name, args->new_name)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.c897 struct inode *old_dir, char *old_name, __le16 old_type,
902 if ((old_dir == NULL) || (old_name == NULL) ||
925 ncp_add_pstring(server, old_name);
936 struct inode *old_dir, char *old_name,
943 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
948 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
954 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
896 ncp_RenameNSEntry(struct ncp_server *server, struct inode *old_dir, char *old_name, __le16 old_type, struct inode *new_dir, char *new_name) argument
935 ncp_ren_or_mov_file_or_subdir(struct ncp_server *server, struct inode *old_dir, char *old_name, struct inode *new_dir, char *new_name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c907 static int do_loopback(struct nameidata *nd, char *old_name, int recurse) argument
914 if (!old_name || !*old_name)
916 err = path_lookup(old_name, LOOKUP_FOLLOW, &old_nd);
992 static int do_move_mount(struct nameidata *nd, char *old_name) argument
999 if (!old_name || !*old_name)
1001 err = path_lookup(old_name, LOOKUP_FOLLOW, &old_nd);
H A Dnamei.c2424 const char *old_name; local
2446 old_name = fsnotify_oldname_init(old_dentry->d_name.name);
2454 fsnotify_move(old_dir, new_dir, old_name, new_name, is_dir,
2457 fsnotify_oldname_free(old_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dnamei.c548 char *old_name = (char *)old_dentry->d_name.name; local
564 hpfs_adjust_length((char *)old_name, &old_len);
581 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, (char *)old_name, old_len, &dno, &qbh))) {
620 if (!(dep = map_dirent(old_dir, hpfs_i(old_dir)->i_dno, (char *)old_name, old_len, &dno, &qbh))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Ddir.c408 const char *old_name = old_dentry->d_name.name; local
420 (const char *) old_name, (const char *)new_name);
H A Dupcall.c297 size_t new_length, const char *old_name,
316 memcpy((char *)(inp) + offset, old_name, old_length);
295 venus_rename(struct super_block *sb, struct CodaFid *old_fid, struct CodaFid *new_fid, size_t old_length, size_t new_length, const char *old_name, const char *new_name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c444 static int do_msdos_rename(struct inode *old_dir, unsigned char *old_name, argument
461 err = fat_scan(old_dir, old_name, &old_sinfo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c280 char *new_name, *old_name; local
322 old_name = hc->name;
337 kfree(old_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc.c695 const char *old_name, *new_name; local
711 old_name = argv[0];
735 names[0] = old_name;
774 d_printf("Failed to rename user from %s to %s - %s\n", old_name, new_name,
777 d_printf("Renamed user from %s to %s\n", old_name, new_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S311 leaw old_name, %si
2027 old_name: .asciz "CGA/MDA/HGA" label

Completed in 228 milliseconds