Searched refs:olddirfidp (Results 1 – 1 of 1) sorted by relevance
3378 V9fsFidState *newdirfidp = NULL, *olddirfidp = NULL; in v9fs_complete_renameat() local3380 olddirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat()3381 if (olddirfidp == NULL) { in v9fs_complete_renameat()3395 err = v9fs_co_renameat(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()3402 err = v9fs_fix_fid_paths(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()3406 if (olddirfidp) { in v9fs_complete_renameat()3407 put_fid(pdu, olddirfidp); in v9fs_complete_renameat()