Lines Matching refs:current_dir
160 struct linux_dirent __user * current_dir; member
191 dirent = buf->current_dir; in filldir()
204 buf->current_dir = dirent; in filldir()
220 .current_dir = dirent in SYSCALL_DEFINE3()
247 struct linux_dirent64 __user * current_dir; member
272 dirent = buf->current_dir; in filldir64()
287 buf->current_dir = dirent; in filldir64()
303 .current_dir = dirent in ksys_getdents64()
414 struct compat_linux_dirent __user *current_dir; member
445 dirent = buf->current_dir; in compat_filldir()
458 buf->current_dir = dirent; in compat_filldir()
473 .current_dir = dirent, in COMPAT_SYSCALL_DEFINE3()