Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c8660 int hlen, hoff, toff; in do_getdents() local
8685 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
8700 if (toff + treclen > count) { in do_getdents()
8707 if (toff == 0) { in do_getdents()
8737 unlock_user(tdirp, arg2, toff); in do_getdents()
8738 return toff; in do_getdents()
8747 int hlen, hoff, toff; in do_getdents64() local
8766 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
8783 if (toff == 0) { in do_getdents64()
8803 unlock_user(tdirp, arg2, toff); in do_getdents64()
[all …]