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

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c275 l_int mount_id; local
306 /* Emit mount_id -- required before EOVERFLOW case. */
307 mount_id = (fh.fh_fsid.val[0] ^ fh.fh_fsid.val[1]);
308 error = copyout(&mount_id, args->mnt_id, sizeof(mount_id));
327 mount_id = 0;
332 error = copyout(&mount_id, &args->handle->handle_type,
333 sizeof(mount_id));
/freebsd-13-stable/contrib/capsicum-test/
H A Dlinux.cc1374 int mount_id; local
1375 EXPECT_OK(name_to_handle_at(dir, "cap_openbyhandle_testfile", fhandle, &mount_id, 0));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7083 struct file_handle *handle, int *mount_id, int flags) {
7086 mount_id, flags);
7095 int res = REAL(name_to_handle_at)(dirfd, pathname, handle, mount_id, flags);
7105 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mount_id, sizeof(*mount_id));

Completed in 65 milliseconds