Searched refs:olddirfidp (Results 1 – 1 of 1) sorted by relevance
3380 V9fsFidState *newdirfidp = NULL, *olddirfidp = NULL; in v9fs_complete_renameat() local3382 olddirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat()3383 if (olddirfidp == NULL) { in v9fs_complete_renameat()3397 err = v9fs_co_renameat(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()3404 err = v9fs_fix_fid_paths(pdu, &olddirfidp->path, old_name, in v9fs_complete_renameat()3408 if (olddirfidp) { in v9fs_complete_renameat()3409 put_fid(pdu, olddirfidp); in v9fs_complete_renameat()