2 * SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name,
3 * struct file_handle __user *, handle, int __user *, mnt_id,
10 struct syscallentry syscall_name_to_handle_at
= {
11 .name
= "name_to_handle_at",
16 .arg2type
= ARG_ADDRESS
,
18 .arg3type
= ARG_ADDRESS
,
20 .arg4type
= ARG_ADDRESS
,
25 .values
= { AT_FDCWD
, AT_SYMLINK_NOFOLLOW
, AT_REMOVEDIR
, AT_SYMLINK_FOLLOW
, AT_NO_AUTOMOUNT
, AT_EMPTY_PATH
},