Home
last modified time | relevance | path

Searched refs:mountdirfd (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1799 #define __sanitizer_syscall_pre_open_by_handle_at(mountdirfd, handle, flags) \ argument
1801 (long)(mountdirfd), (long)(handle), (long)(flags))
1802 #define __sanitizer_syscall_post_open_by_handle_at(res, mountdirfd, handle, \ argument
1805 res, (long)(mountdirfd), (long)(handle), (long)(flags))
3048 void __sanitizer_syscall_pre_impl_open_by_handle_at(long mountdirfd,
3050 void __sanitizer_syscall_post_impl_open_by_handle_at(long res, long mountdirfd,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2795 PRE_SYSCALL(open_by_handle_at)(long mountdirfd, void *handle, long flags) {}
2797 POST_SYSCALL(open_by_handle_at)(long res, long mountdirfd, void *handle,
/external/syzkaller/sys/linux/
Dsys.txt377 open_by_handle_at(mountdirfd fd, handle ptr[in, file_handle], flags flags[open_flags])