Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch265 int hreclen, treclen;
283 int hreclen, treclen;
/openbmc/qemu/linux-user/
H A Dsyscall.c8639 int hreclen, treclen; in do_getdents() local
8663 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
8674 hreclen = hde->d_reclen; in do_getdents()
8708 type = *((uint8_t *)hde + hreclen - 1); in do_getdents()
8726 int hreclen, treclen; in do_getdents64() local
8744 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
8750 hreclen = hde->d_reclen; in do_getdents64()