Lines Matching refs:lastdirent
289 struct linux_dirent __user * lastdirent; in SYSCALL_DEFINE3() local
290 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()
292 if (put_user(buf.ctx.pos, &lastdirent->d_off)) in SYSCALL_DEFINE3()
375 struct linux_dirent64 __user * lastdirent; in ksys_getdents64() local
376 typeof(lastdirent->d_off) d_off = buf.ctx.pos; in ksys_getdents64()
378 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen; in ksys_getdents64()
379 if (__put_user(d_off, &lastdirent->d_off)) in ksys_getdents64()
529 struct compat_linux_dirent __user * lastdirent; in COMPAT_SYSCALL_DEFINE3() local
547 lastdirent = buf.previous; in COMPAT_SYSCALL_DEFINE3()
548 if (lastdirent) { in COMPAT_SYSCALL_DEFINE3()
549 if (put_user(buf.ctx.pos, &lastdirent->d_off)) in COMPAT_SYSCALL_DEFINE3()