Searched refs:lastdirent (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dreaddir.c330 struct linux_dirent __user * lastdirent; local
331 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
333 if (put_user(buf.ctx.pos, &lastdirent->d_off))
413 struct linux_dirent64 __user * lastdirent; local
414 typeof(lastdirent->d_off) d_off = buf.ctx.pos;
416 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen;
417 if (put_user(d_off, &lastdirent->d_off))
581 struct compat_linux_dirent __user * lastdirent; local
582 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen;
584 if (put_user(buf.ctx.pos, &lastdirent
[all...]

Completed in 96 milliseconds