Home
last modified time | relevance | path

Searched refs:qp_fullpath_next (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A D9p.h365 uint64_t qp_fullpath_next; member
H A D9p.c856 if (pdu->s->qp_fullpath_next == 0) { in qid_path_fullmap()
872 val->path = (pdu->s->qp_fullpath_next++ << affix.bits) | affix.value; in qid_path_fullmap()
873 pdu->s->qp_fullpath_next &= ((1ULL << (64 - affix.bits)) - 1); in qid_path_fullmap()
4287 s->qp_fullpath_next = 1; in v9fs_device_realize_common()