Searched refs:dirfidp (Results 1 – 1 of 1) sorted by relevance
3293 V9fsFidState *dirfidp = NULL; in v9fs_complete_rename() local3299 dirfidp = get_fid(pdu, newdirfid); in v9fs_complete_rename()3300 if (dirfidp == NULL) { in v9fs_complete_rename()3307 err = v9fs_co_name_to_path(pdu, &dirfidp->path, name->data, &new_path); in v9fs_complete_rename()3342 if (dirfidp) { in v9fs_complete_rename()3343 put_fid(pdu, dirfidp); in v9fs_complete_rename()