Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dreaddir.c146 struct linux_dirent __user * current_dir; member
175 dirent = buf->current_dir; in filldir()
188 buf->current_dir = dirent; in filldir()
204 .current_dir = dirent in SYSCALL_DEFINE3()
231 struct linux_dirent64 __user * current_dir; member
254 dirent = buf->current_dir; in filldir64()
269 buf->current_dir = dirent; in filldir64()
285 .current_dir = dirent in SYSCALL_DEFINE3()
Dcompat.c914 struct compat_linux_dirent __user *current_dir; member
943 dirent = buf->current_dir; in compat_filldir()
956 buf->current_dir = dirent; in compat_filldir()
971 .current_dir = dirent, in COMPAT_SYSCALL_DEFINE3()
1001 struct linux_dirent64 __user *current_dir; member
1027 dirent = buf->current_dir; in compat_filldir64()
1043 buf->current_dir = dirent; in compat_filldir64()
1058 .current_dir = dirent, in COMPAT_SYSCALL_DEFINE3()