Searched refs:dirfidp (Results 1 – 1 of 1) sorted by relevance
3222 V9fsFidState *dirfidp = NULL; in v9fs_complete_rename() local3228 dirfidp = get_fid(pdu, newdirfid); in v9fs_complete_rename()3229 if (dirfidp == NULL) { in v9fs_complete_rename()3236 err = v9fs_co_name_to_path(pdu, &dirfidp->path, name->data, &new_path); in v9fs_complete_rename()3271 if (dirfidp) { in v9fs_complete_rename()3272 put_fid(pdu, dirfidp); in v9fs_complete_rename()