2 * SYSCALL_DEFINE3(getdents, unsigned int, fd,
3 struct linux_dirent __user *, dirent, unsigned int, count)
7 struct syscallentry syscall_getdents
= {
13 .arg2type
= ARG_ADDRESS
,
16 .rettype
= RET_NUM_BYTES
,
23 * SYSCALL_DEFINE3(getdents64, unsigned int, fd,
24 struct linux_dirent64 __user *, dirent, unsigned int, count)
27 struct syscallentry syscall_getdents64
= {
33 .arg2type
= ARG_ADDRESS
,
36 .rettype
= RET_NUM_BYTES
,