Lines Matching refs:lastdirent
326 struct linux_dirent __user * lastdirent;
327 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
329 if (put_user(buf.ctx.pos, &lastdirent->d_off))
409 struct linux_dirent64 __user * lastdirent;
410 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
412 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen;
413 if (put_user(d_off, &lastdirent->d_off))
577 struct compat_linux_dirent __user * lastdirent;
578 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
580 if (put_user(buf.ctx.pos, &lastdirent->d_off))