Searched refs:mnt_id (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1798 #define __sanitizer_syscall_pre_name_to_handle_at(dfd, name, handle, mnt_id, \ argument 1801 (long)(dfd), (long)(name), (long)(handle), (long)(mnt_id), (long)(flag)) 1803 mnt_id, flag) \ argument 1805 res, (long)(dfd), (long)(name), (long)(handle), (long)(mnt_id), \ 3065 long handle, long mnt_id, 3069 long mnt_id, long flag);
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 259 error = copyout(&mount_id, args->mnt_id, sizeof(mount_id)); in linux_name_to_handle_at()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 3081 (long dfd, const void *name, void *handle, void *mnt_id, long flag) {} 3084 (long res, long dfd, const void *name, void *handle, void *mnt_id, long flag) {}
|
/freebsd/sys/arm64/linux/ |
H A D | linux_systrace_args.c | 1977 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */ in systrace_args()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_systrace_args.c | 2340 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */ in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_systrace_args.c | 2490 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */ in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_systrace_args.c | 2459 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */ in systrace_args()
|