dest_path         804 lib/vfs/vfs.c      const char *dest_path;
dest_path         813 lib/vfs/vfs.c      dest_path = vfs_path_get_last_path_str (dest_vpath);
dest_path         819 lib/vfs/vfs.c      return my_clonefile (src_path, dest_path, preserve_uidgid ? 0 : CLONE_NOOWNERCOPY);
dest_path         821 lib/vfs/vfs.c      return reflink (src_path, dest_path, preserve_uidgid);