Searched refs:mount_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 236 l_int mount_id; in linux_name_to_handle_at() local 258 mount_id = (fh.fh_fsid.val[0] ^ fh.fh_fsid.val[1]); in linux_name_to_handle_at() 259 error = copyout(&mount_id, args->mnt_id, sizeof(mount_id)); in linux_name_to_handle_at() 278 mount_id = 0; in linux_name_to_handle_at() 283 error = copyout(&mount_id, &args->handle->handle_type, in linux_name_to_handle_at() 284 sizeof(mount_id)); in linux_name_to_handle_at()
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 1374 int mount_id; variable 1375 EXPECT_OK(name_to_handle_at(dir, "cap_openbyhandle_testfile", fhandle, &mount_id, 0));
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7393 struct file_handle *handle, int *mount_id, int flags) { 7396 mount_id, flags); 7405 int res = REAL(name_to_handle_at)(dirfd, pathname, handle, mount_id, flags); 7415 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mount_id, sizeof(*mount_id));
|