Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p.c3373 V9fsFidState *newdirfidp = NULL, *olddirfidp = NULL; in v9fs_complete_renameat() local
3375 olddirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat()
3376 if (olddirfidp == NULL) { in v9fs_complete_renameat()
3390 err = v9fs_co_renameat(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()
3397 err = v9fs_fix_fid_paths(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()
3401 if (olddirfidp) { in v9fs_complete_renameat()
3402 put_fid(pdu, olddirfidp); in v9fs_complete_renameat()