Searched refs:mount_fd (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
| H A D | file_unlink_fh.c | 63 int mount_fd, mnt_id; in main() local 65 mount_fd = open(".", O_RDONLY | O_DIRECTORY); in main() 66 if (mount_fd < 0) { in main() 74 (void) close(mount_fd); in main() 84 (void) close(mount_fd); in main() 92 (void) close(mount_fd); in main() 97 handle_fd = open_by_handle_at(mount_fd, fhp, O_RDONLY); in main() 99 (void) close(mount_fd); in main()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 7587 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle, 7590 COMMON_INTERCEPTOR_ENTER(ctx, open_by_handle_at, mount_fd, handle, flags); 7603 return COMMON_INTERCEPTOR_BLOCK_REAL(open_by_handle_at)(mount_fd, handle,
|