Home
last modified time | relevance | path

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

/qemu/hw/9pfs/
H A D9p.c3451 V9fsFidState *newdirfidp = NULL, *olddirfidp = NULL; in v9fs_complete_renameat() local
3453 olddirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat()
3454 if (olddirfidp == NULL) { in v9fs_complete_renameat()
3468 err = v9fs_co_renameat(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()
3475 err = v9fs_fix_fid_paths(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()
3479 if (olddirfidp) { in v9fs_complete_renameat()
3480 put_fid(pdu, olddirfidp); in v9fs_complete_renameat()