Lines Matching defs:lastdirent
323 struct linux_dirent __user * lastdirent;
324 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
326 if (put_user(buf.ctx.pos, &lastdirent->d_off))
403 struct linux_dirent64 __user * lastdirent;
404 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
406 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen;
407 if (put_user(d_off, &lastdirent->d_off))
563 struct compat_linux_dirent __user * lastdirent;
564 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
566 if (put_user(buf.ctx.pos, &lastdirent->d_off))