Lines Matching refs:lastdirent
290 struct linux_dirent __user * lastdirent;
291 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
293 if (put_user(buf.ctx.pos, &lastdirent->d_off))
373 struct linux_dirent64 __user * lastdirent;
374 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
376 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen;
377 if (put_user(d_off, &lastdirent->d_off))
541 struct compat_linux_dirent __user * lastdirent;
542 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
544 if (put_user(buf.ctx.pos, &lastdirent->d_off))