Searched refs:rlopen (Results 1 – 2 of 2) sorted by relevance
97 virtio_9p_msg_t rlopen = {}; in v9fs_open_dir() local99 if ((ret = virtio_9p_rpc(v9fs->dev, &tlopen, &rlopen)) != NO_ERROR) in v9fs_open_dir()102 if (rlopen.msg_type != P9_RLOPEN) { in v9fs_open_dir()107 if (rlopen.msg.rlopen.qid.type != P9_QTDIR) { in v9fs_open_dir()113 dir->fid.qid = rlopen.msg.rlopen.qid; in v9fs_open_dir()114 dir->fid.iounit = rlopen.msg.rlopen.iounit; in v9fs_open_dir()122 virtio_9p_msg_destroy(&rlopen); in v9fs_open_dir()
95 virtio_9p_msg_t rlopen = {}; in v9fs_open_file() local97 if ((ret = virtio_9p_rpc(v9fs->dev, &tlopen, &rlopen)) != NO_ERROR) in v9fs_open_file()101 file->fid.qid = rlopen.msg.rlopen.qid; in v9fs_open_file()102 file->fid.iounit = rlopen.msg.rlopen.iounit; in v9fs_open_file()107 virtio_9p_msg_destroy(&rlopen); in v9fs_open_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()
Completed in 4 milliseconds