Searched refs:rlcreate (Results 1 – 1 of 1) sorted by relevance
196 virtio_9p_msg_t rlcreate = {}; in v9fs_create_file() local198 if ((ret = virtio_9p_rpc(v9fs->dev, &tlcreate, &rlcreate)) != NO_ERROR) in v9fs_create_file()202 file->fid.qid = rlcreate.msg.rlopen.qid; in v9fs_create_file()203 file->fid.iounit = rlcreate.msg.rlopen.iounit; in v9fs_create_file()208 virtio_9p_msg_destroy(&rlcreate); in v9fs_create_file()
Completed in 2 milliseconds