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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dmain.c97 char *old_path = NULL; local
100 old_path = getenv("PATH");
104 if (!old_path || (path_len = strlen(old_path)) == 0) {
116 snprintf(new_path, path_len, "PATH=%s" UML_LIB_PATH, old_path);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1030 static int ntfs_fuse_link(const char *old_path, const char *new_path) argument
1038 if (ntfs_fuse_is_named_data_stream(old_path))
1046 ni = ntfs_pathname_to_inode(ctx->vol, NULL, old_path);
1174 static int ntfs_fuse_safe_rename(const char *old_path, argument
1189 ret = ntfs_fuse_link(old_path, new_path);
1193 ret = ntfs_fuse_unlink(old_path);
1214 static int ntfs_fuse_rename_existing_dest(const char *old_path, const char *new_path) argument
1232 ret = ntfs_fuse_safe_rename(old_path, new_path, tmp);
1238 static int ntfs_fuse_rename(const char *old_path, const char *new_path) argument
1245 ntfs_log_debug("rename: old: '%s' new: '%s'\n", old_path, new_pat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsproto.h143 const char *old_path,
146 const char *old_path,
H A Dconnect.c1350 const char *old_path, const struct nls_table *nls_codepage,
1357 rc = get_dfs_path(xid, pSesInfo,old_path, nls_codepage,
1371 const char *old_path, const struct nls_table *nls_codepage,
1397 rc = CIFSGetDFSRefer(xid, pSesInfo, old_path, preferrals,
1349 connect_to_dfs_path(int xid, struct cifsSesInfo *pSesInfo, const char *old_path, const struct nls_table *nls_codepage, int remap) argument
1370 get_dfs_path(int xid, struct cifsSesInfo *pSesInfo, const char *old_path, const struct nls_table *nls_codepage, unsigned int *pnum_referrals, unsigned char ** preferrals, int remap) argument

Completed in 75 milliseconds