Lines Matching refs:current_dir
208 struct linux_dirent __user * current_dir; member
247 dirent = buf->current_dir; in filldir()
256 buf->current_dir = dirent; in filldir()
274 .current_dir = dirent in SYSCALL_DEFINE3()
301 struct linux_dirent64 __user * current_dir; member
334 dirent = buf->current_dir; in filldir64()
343 buf->current_dir = dirent; in filldir64()
361 .current_dir = dirent in ksys_getdents64()
472 struct compat_linux_dirent __user *current_dir; member
503 dirent = buf->current_dir; in compat_filldir()
516 buf->current_dir = dirent; in compat_filldir()
531 .current_dir = dirent, in COMPAT_SYSCALL_DEFINE3()