Lines Matching refs:old_fullpath
1792 char *old_fullpath, *new_fullpath; in dfs_file_link() local
1805 old_fullpath = dfs_normalize_path(NULL, oldname); in dfs_file_link()
1806 if (old_fullpath) in dfs_file_link()
1808 DLOG(msg, "dfs_file", "mnt", DLOG_MSG, "dfs_mnt_lookup(%s)", old_fullpath); in dfs_file_link()
1809 mnt = dfs_mnt_lookup(old_fullpath); in dfs_file_link()
1812 rt_free(old_fullpath); in dfs_file_link()
1816 char *tmp = dfs_file_realpath(&mnt, old_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_link()
1819 rt_free(old_fullpath); in dfs_file_link()
1820 old_fullpath = tmp; in dfs_file_link()
1835 if (old_fullpath && new_fullpath) in dfs_file_link()
1839 DLOG(msg, "dfs_file", "dentry", DLOG_MSG, "dfs_dentry_lookup(mnt, %s)", old_fullpath); in dfs_file_link()
1840 old_dentry = dfs_dentry_lookup(mnt, old_fullpath, 0); in dfs_file_link()
1859 if (old_fullpath) in dfs_file_link()
1861 rt_free(old_fullpath); in dfs_file_link()
2117 char *old_fullpath, *new_fullpath; in dfs_file_rename() local
2119 old_fullpath = dfs_normalize_path(NULL, old_file); in dfs_file_rename()
2120 if (old_fullpath) in dfs_file_rename()
2122 DLOG(msg, "dfs_file", "mnt", DLOG_MSG, "dfs_mnt_lookup(%s)", old_fullpath); in dfs_file_rename()
2123 mnt = dfs_mnt_lookup(old_fullpath); in dfs_file_rename()
2126 rt_free(old_fullpath); in dfs_file_rename()
2130 char *tmp = dfs_file_realpath(&mnt, old_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_rename()
2133 rt_free(old_fullpath); in dfs_file_rename()
2134 old_fullpath = tmp; in dfs_file_rename()
2149 if (old_fullpath && new_fullpath) in dfs_file_rename()
2153 DLOG(msg, "dfs_file", "dentry", DLOG_MSG, "dfs_dentry_lookup(mnt, %s)", old_fullpath); in dfs_file_rename()
2154 old_dentry = dfs_dentry_lookup(mnt, old_fullpath, 0); in dfs_file_rename()
2179 if (old_fullpath) in dfs_file_rename()
2181 rt_free(old_fullpath); in dfs_file_rename()