Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dreaddir.c216 struct linux_dirent __user * lastdirent; in SYSCALL_DEFINE3() local
234 lastdirent = buf.previous; in SYSCALL_DEFINE3()
235 if (lastdirent) { in SYSCALL_DEFINE3()
236 if (put_user(buf.ctx.pos, &lastdirent->d_off)) in SYSCALL_DEFINE3()
299 struct linux_dirent64 __user * lastdirent; in ksys_getdents64() local
317 lastdirent = buf.previous; in ksys_getdents64()
318 if (lastdirent) { in ksys_getdents64()
319 typeof(lastdirent->d_off) d_off = buf.ctx.pos; in ksys_getdents64()
320 if (__put_user(d_off, &lastdirent->d_off)) in ksys_getdents64()
470 struct compat_linux_dirent __user * lastdirent; in COMPAT_SYSCALL_DEFINE3() local
[all …]