Searched refs:olddirfid (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/9pfs/ |
H A D | 9p.c | 3444 static int coroutine_fn v9fs_complete_renameat(V9fsPDU *pdu, int32_t olddirfid, in v9fs_complete_renameat() argument 3453 olddirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat() 3465 newdirfidp = get_fid(pdu, olddirfid); in v9fs_complete_renameat() 3494 int32_t olddirfid, newdirfid; in v9fs_renameat() local 3499 err = pdu_unmarshal(pdu, offset, "dsds", &olddirfid, in v9fs_renameat() 3517 err = v9fs_complete_renameat(pdu, olddirfid, in v9fs_renameat()
|