Searched refs:olddirfidp (Results 1 – 1 of 1) sorted by relevance
3451 V9fsFidState *newdirfidp = NULL, *olddirfidp = NULL; in v9fs_complete_renameat() local3453 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()