Searched refs:lastdirent (Results 1 – 1 of 1) sorted by relevance
270 struct linux_dirent __user * lastdirent; in SYSCALL_DEFINE3() local288 lastdirent = buf.previous; in SYSCALL_DEFINE3()289 if (lastdirent) { in SYSCALL_DEFINE3()290 if (put_user(buf.ctx.pos, &lastdirent->d_off)) in SYSCALL_DEFINE3()357 struct linux_dirent64 __user * lastdirent; in ksys_getdents64() local375 lastdirent = buf.previous; in ksys_getdents64()376 if (lastdirent) { in ksys_getdents64()377 typeof(lastdirent->d_off) d_off = buf.ctx.pos; in ksys_getdents64()378 if (__put_user(d_off, &lastdirent->d_off)) in ksys_getdents64()528 struct compat_linux_dirent __user * lastdirent; in COMPAT_SYSCALL_DEFINE3() local[all …]