Home | History | Annotate | Download | only in debugfs

Lines Matching refs:destname

1010 static void make_link(char *sourcename, char *destname)
1033 if (! (retval=ext2fs_namei(current_fs, root, cwd, destname, &dir)))
1040 cp = strrchr(destname, '/');
1043 dir = string_to_inode(destname);
1049 dest = destname;