Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_file.c236 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 Dlinux.cc1374 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 Dsanitizer_common_interceptors.inc7380 struct file_handle *handle, int *mount_id, int flags) {
7383 mount_id, flags);
7392 int res = REAL(name_to_handle_at)(dirfd, pathname, handle, mount_id, flags);
7402 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mount_id, sizeof(*mount_id));