Home
last modified time | relevance | path

Searched refs:new_path (Results 1 – 2 of 2) sorted by relevance

/qemu/block/
H A Dvvfat.c1618 uint32_t cluster, char* new_path) in schedule_rename() argument
1621 commit->path = new_path; in schedule_rename()
2701 char *new_path; in handle_renames_and_mkdirs() local
2708 new_path = g_malloc(l + diff + 1); in handle_renames_and_mkdirs()
2712 pstrcpy(new_path, l + diff + 1, mapping->path); in handle_renames_and_mkdirs()
2713 pstrcpy(new_path + l1, l + diff + 1 - l1, in handle_renames_and_mkdirs()
2716 schedule_rename(s, m->begin, new_path); in handle_renames_and_mkdirs()
/qemu/hw/9pfs/
H A D9p.c3290 V9fsPath new_path; in v9fs_complete_rename() local
3297 v9fs_path_init(&new_path); in v9fs_complete_rename()
3307 err = v9fs_co_name_to_path(pdu, &dirfidp->path, name->data, &new_path); in v9fs_complete_rename()
3319 err = v9fs_co_name_to_path(pdu, &dir_path, name->data, &new_path); in v9fs_complete_rename()
3325 err = v9fs_co_rename(pdu, &fidp->path, &new_path); in v9fs_complete_rename()
3338 v9fs_fix_path(&tfidp->path, &new_path, strlen(fidp->path.data)); in v9fs_complete_rename()
3345 v9fs_path_free(&new_path); in v9fs_complete_rename()