xref: /freebsd/sys/modules/zfs/zfs_config.h (revision d0b2dbfa)
1 /*
2  */
3 
4 /* zfs_config.h.  Generated from zfs_config.h.in by configure.  */
5 /* zfs_config.h.in.  Generated from configure.ac by autoheader.  */
6 
7 /* Define to 1 if translation of program messages to the user's native
8    language is requested. */
9 /* #undef ENABLE_NLS */
10 
11 /* bio_end_io_t wants 1 arg */
12 /* #undef HAVE_1ARG_BIO_END_IO_T */
13 
14 /* lookup_bdev() wants 1 arg */
15 /* #undef HAVE_1ARG_LOOKUP_BDEV */
16 
17 /* submit_bio() wants 1 arg */
18 /* #undef HAVE_1ARG_SUBMIT_BIO */
19 
20 /* bdi_setup_and_register() wants 2 args */
21 /* #undef HAVE_2ARGS_BDI_SETUP_AND_REGISTER */
22 
23 /* vfs_getattr wants 2 args */
24 /* #undef HAVE_2ARGS_VFS_GETATTR */
25 
26 /* zlib_deflate_workspacesize() wants 2 args */
27 /* #undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE */
28 
29 /* bdi_setup_and_register() wants 3 args */
30 /* #undef HAVE_3ARGS_BDI_SETUP_AND_REGISTER */
31 
32 /* vfs_getattr wants 3 args */
33 /* #undef HAVE_3ARGS_VFS_GETATTR */
34 
35 /* vfs_getattr wants 4 args */
36 /* #undef HAVE_4ARGS_VFS_GETATTR */
37 
38 /* kernel has access_ok with 'type' parameter */
39 /* #undef HAVE_ACCESS_OK_TYPE */
40 
41 /* posix_acl has refcount_t */
42 /* #undef HAVE_ACL_REFCOUNT */
43 
44 /* add_disk() returns int */
45 /* #undef HAVE_ADD_DISK_RET */
46 
47 /* Define if host toolchain supports AES */
48 #define HAVE_AES 1
49 
50 /* Define if you have [rt] */
51 #define HAVE_AIO_H 1
52 
53 #ifdef __amd64__
54 #ifndef RESCUE
55 /* Define if host toolchain supports AVX */
56 #define HAVE_AVX 1
57 #endif
58 
59 /* Define if host toolchain supports AVX2 */
60 #define HAVE_AVX2 1
61 
62 /* Define if host toolchain supports AVX512BW */
63 #define HAVE_AVX512BW 1
64 
65 /* Define if host toolchain supports AVX512CD */
66 #define HAVE_AVX512CD 1
67 
68 /* Define if host toolchain supports AVX512DQ */
69 #define HAVE_AVX512DQ 1
70 
71 /* Define if host toolchain supports AVX512ER */
72 #define HAVE_AVX512ER 1
73 
74 /* Define if host toolchain supports AVX512F */
75 #define HAVE_AVX512F 1
76 
77 /* Define if host toolchain supports AVX512IFMA */
78 #define HAVE_AVX512IFMA 1
79 
80 /* Define if host toolchain supports AVX512PF */
81 #define HAVE_AVX512PF 1
82 
83 /* Define if host toolchain supports AVX512VBMI */
84 #define HAVE_AVX512VBMI 1
85 
86 /* Define if host toolchain supports AVX512VL */
87 #define HAVE_AVX512VL 1
88 #endif
89 
90 /* bdevname() is available */
91 /* #undef HAVE_BDEVNAME */
92 
93 /* bdev_check_media_change() exists */
94 /* #undef HAVE_BDEV_CHECK_MEDIA_CHANGE */
95 
96 /* bdev_*_io_acct() available */
97 /* #undef HAVE_BDEV_IO_ACCT_63 */
98 
99 /* bdev_*_io_acct() available */
100 /* #undef HAVE_BDEV_IO_ACCT_OLD */
101 
102 /* bdev_kobj() exists */
103 /* #undef HAVE_BDEV_KOBJ */
104 
105 /* bdev_max_discard_sectors() is available */
106 /* #undef HAVE_BDEV_MAX_DISCARD_SECTORS */
107 
108 /* bdev_max_secure_erase_sectors() is available */
109 /* #undef HAVE_BDEV_MAX_SECURE_ERASE_SECTORS */
110 
111 /* block_device_operations->submit_bio() returns void */
112 /* #undef HAVE_BDEV_SUBMIT_BIO_RETURNS_VOID */
113 
114 /* bdev_whole() is available */
115 /* #undef HAVE_BDEV_WHOLE */
116 
117 /* bio_alloc() takes 4 arguments */
118 /* #undef HAVE_BIO_ALLOC_4ARG */
119 
120 /* bio->bi_bdev->bd_disk exists */
121 /* #undef HAVE_BIO_BDEV_DISK */
122 
123 /* bio->bi_opf is defined */
124 /* #undef HAVE_BIO_BI_OPF */
125 
126 /* bio->bi_status exists */
127 /* #undef HAVE_BIO_BI_STATUS */
128 
129 /* bio has bi_iter */
130 /* #undef HAVE_BIO_BVEC_ITER */
131 
132 /* bio_*_io_acct() available */
133 /* #undef HAVE_BIO_IO_ACCT */
134 
135 /* bio_max_segs() is implemented */
136 /* #undef HAVE_BIO_MAX_SEGS */
137 
138 /* bio_set_dev() is available */
139 /* #undef HAVE_BIO_SET_DEV */
140 
141 /* bio_set_dev() GPL-only */
142 /* #undef HAVE_BIO_SET_DEV_GPL_ONLY */
143 
144 /* bio_set_dev() is a macro */
145 /* #undef HAVE_BIO_SET_DEV_MACRO */
146 
147 /* bio_set_op_attrs is available */
148 /* #undef HAVE_BIO_SET_OP_ATTRS */
149 
150 /* blkdev_get_by_path() handles ERESTARTSYS */
151 /* #undef HAVE_BLKDEV_GET_ERESTARTSYS */
152 
153 /* blkdev_issue_discard() is available */
154 /* #undef HAVE_BLKDEV_ISSUE_DISCARD */
155 
156 /* blkdev_issue_secure_erase() is available */
157 /* #undef HAVE_BLKDEV_ISSUE_SECURE_ERASE */
158 
159 /* blkdev_reread_part() exists */
160 /* #undef HAVE_BLKDEV_REREAD_PART */
161 
162 /* blkg_tryget() is available */
163 /* #undef HAVE_BLKG_TRYGET */
164 
165 /* blkg_tryget() GPL-only */
166 /* #undef HAVE_BLKG_TRYGET_GPL_ONLY */
167 
168 /* blk_alloc_disk() exists */
169 /* #undef HAVE_BLK_ALLOC_DISK */
170 
171 /* blk_alloc_queue() expects request function */
172 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN */
173 
174 /* blk_alloc_queue_rh() expects request function */
175 /* #undef HAVE_BLK_ALLOC_QUEUE_REQUEST_FN_RH */
176 
177 /* blk_cleanup_disk() exists */
178 /* #undef HAVE_BLK_CLEANUP_DISK */
179 
180 /* block multiqueue is available */
181 /* #undef HAVE_BLK_MQ */
182 
183 /* blk queue backing_dev_info is dynamic */
184 /* #undef HAVE_BLK_QUEUE_BDI_DYNAMIC */
185 
186 /* blk_queue_discard() is available */
187 /* #undef HAVE_BLK_QUEUE_DISCARD */
188 
189 /* blk_queue_flag_clear() exists */
190 /* #undef HAVE_BLK_QUEUE_FLAG_CLEAR */
191 
192 /* blk_queue_flag_set() exists */
193 /* #undef HAVE_BLK_QUEUE_FLAG_SET */
194 
195 /* blk_queue_flush() is available */
196 /* #undef HAVE_BLK_QUEUE_FLUSH */
197 
198 /* blk_queue_flush() is GPL-only */
199 /* #undef HAVE_BLK_QUEUE_FLUSH_GPL_ONLY */
200 
201 /* blk_queue_secdiscard() is available */
202 /* #undef HAVE_BLK_QUEUE_SECDISCARD */
203 
204 /* blk_queue_secure_erase() is available */
205 /* #undef HAVE_BLK_QUEUE_SECURE_ERASE */
206 
207 /* blk_queue_update_readahead() exists */
208 /* #undef HAVE_BLK_QUEUE_UPDATE_READAHEAD */
209 
210 /* blk_queue_write_cache() exists */
211 /* #undef HAVE_BLK_QUEUE_WRITE_CACHE */
212 
213 /* blk_queue_write_cache() is GPL-only */
214 /* #undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY */
215 
216 /* Define if revalidate_disk() in block_device_operations */
217 /* #undef HAVE_BLOCK_DEVICE_OPERATIONS_REVALIDATE_DISK */
218 
219 /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
220    CoreFoundation framework. */
221 /* #undef HAVE_CFLOCALECOPYCURRENT */
222 
223 /* Define to 1 if you have the Mac OS X function
224    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
225 /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
226 
227 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
228    the CoreFoundation framework. */
229 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
230 
231 /* check_disk_change() exists */
232 /* #undef HAVE_CHECK_DISK_CHANGE */
233 
234 /* clear_inode() is available */
235 /* #undef HAVE_CLEAR_INODE */
236 
237 /* dentry uses const struct dentry_operations */
238 /* #undef HAVE_CONST_DENTRY_OPERATIONS */
239 
240 /* copy_from_iter() is available */
241 /* #undef HAVE_COPY_FROM_ITER */
242 
243 /* copy_to_iter() is available */
244 /* #undef HAVE_COPY_TO_ITER */
245 
246 /* cpu_has_feature() is GPL-only */
247 /* #undef HAVE_CPU_HAS_FEATURE_GPL_ONLY */
248 
249 /* yes */
250 /* #undef HAVE_CPU_HOTPLUG */
251 
252 /* current_time() exists */
253 /* #undef HAVE_CURRENT_TIME */
254 
255 /* Define if the GNU dcgettext() function is already present or preinstalled.
256    */
257 /* #undef HAVE_DCGETTEXT */
258 
259 /* DECLARE_EVENT_CLASS() is available */
260 /* #undef HAVE_DECLARE_EVENT_CLASS */
261 
262 /* dentry aliases are in d_u member */
263 /* #undef HAVE_DENTRY_D_U_ALIASES */
264 
265 /* dequeue_signal() takes 4 arguments */
266 /* #undef HAVE_DEQUEUE_SIGNAL_4ARG */
267 
268 /* lookup_bdev() wants dev_t arg */
269 /* #undef HAVE_DEVT_LOOKUP_BDEV */
270 
271 /* sops->dirty_inode() wants flags */
272 /* #undef HAVE_DIRTY_INODE_WITH_FLAGS */
273 
274 /* disk_*_io_acct() available */
275 /* #undef HAVE_DISK_IO_ACCT */
276 
277 /* disk_update_readahead() exists */
278 /* #undef HAVE_DISK_UPDATE_READAHEAD */
279 
280 /* Define to 1 if you have the <dlfcn.h> header file. */
281 #define HAVE_DLFCN_H 1
282 
283 /* d_make_root() is available */
284 /* #undef HAVE_D_MAKE_ROOT */
285 
286 /* d_prune_aliases() is available */
287 /* #undef HAVE_D_PRUNE_ALIASES */
288 
289 /* dops->d_revalidate() operation takes nameidata */
290 /* #undef HAVE_D_REVALIDATE_NAMEIDATA */
291 
292 /* eops->encode_fh() wants child and parent inodes */
293 /* #undef HAVE_ENCODE_FH_WITH_INODE */
294 
295 /* sops->evict_inode() exists */
296 /* #undef HAVE_EVICT_INODE */
297 
298 /* FALLOC_FL_ZERO_RANGE is defined */
299 /* #undef HAVE_FALLOC_FL_ZERO_RANGE */
300 
301 /* fault_in_iov_iter_readable() is available */
302 /* #undef HAVE_FAULT_IN_IOV_ITER_READABLE */
303 
304 /* filemap_range_has_page() is available */
305 /* #undef HAVE_FILEMAP_RANGE_HAS_PAGE */
306 
307 /* fops->aio_fsync() exists */
308 /* #undef HAVE_FILE_AIO_FSYNC */
309 
310 /* file_dentry() is available */
311 /* #undef HAVE_FILE_DENTRY */
312 
313 /* fops->fadvise() exists */
314 /* #undef HAVE_FILE_FADVISE */
315 
316 /* file_inode() is available */
317 /* #undef HAVE_FILE_INODE */
318 
319 /* flush_dcache_page() is GPL-only */
320 /* #undef HAVE_FLUSH_DCACHE_PAGE_GPL_ONLY */
321 
322 /* iops->follow_link() cookie */
323 /* #undef HAVE_FOLLOW_LINK_COOKIE */
324 
325 /* iops->follow_link() nameidata */
326 /* #undef HAVE_FOLLOW_LINK_NAMEIDATA */
327 
328 /* Define if compiler supports -Wformat-overflow */
329 /* #undef HAVE_FORMAT_OVERFLOW */
330 
331 /* fops->fsync() with range */
332 /* #undef HAVE_FSYNC_RANGE */
333 
334 /* fops->fsync() without dentry */
335 /* #undef HAVE_FSYNC_WITHOUT_DENTRY */
336 
337 /* yes */
338 /* #undef HAVE_GENERIC_FADVISE */
339 
340 /* generic_fillattr requires struct mnt_idmap* */
341 /* #undef HAVE_GENERIC_FILLATTR_IDMAP */
342 
343 /* generic_fillattr requires struct user_namespace* */
344 /* #undef HAVE_GENERIC_FILLATTR_USERNS */
345 
346 /* generic_*_io_acct() 3 arg available */
347 /* #undef HAVE_GENERIC_IO_ACCT_3ARG */
348 
349 /* generic_*_io_acct() 4 arg available */
350 /* #undef HAVE_GENERIC_IO_ACCT_4ARG */
351 
352 /* generic_readlink is global */
353 /* #undef HAVE_GENERIC_READLINK */
354 
355 /* generic_setxattr() exists */
356 /* #undef HAVE_GENERIC_SETXATTR */
357 
358 /* generic_write_checks() takes kiocb */
359 /* #undef HAVE_GENERIC_WRITE_CHECKS_KIOCB */
360 
361 /* Define if the GNU gettext() function is already present or preinstalled. */
362 /* #undef HAVE_GETTEXT */
363 
364 /* iops->get_acl() exists */
365 /* #undef HAVE_GET_ACL */
366 
367 /* iops->get_acl() takes rcu */
368 /* #undef HAVE_GET_ACL_RCU */
369 
370 /* has iops->get_inode_acl() */
371 /* #undef HAVE_GET_INODE_ACL */
372 
373 /* iops->get_link() cookie */
374 /* #undef HAVE_GET_LINK_COOKIE */
375 
376 /* iops->get_link() delayed */
377 /* #undef HAVE_GET_LINK_DELAYED */
378 
379 /* group_info->gid exists */
380 /* #undef HAVE_GROUP_INFO_GID */
381 
382 /* has_capability() is available */
383 /* #undef HAVE_HAS_CAPABILITY */
384 
385 /* iattr->ia_vfsuid and iattr->ia_vfsgid exist */
386 /* #undef HAVE_IATTR_VFSID */
387 
388 /* Define if you have the iconv() function and it works. */
389 #define HAVE_ICONV 1
390 
391 /* iops->getattr() takes struct mnt_idmap* */
392 /* #undef HAVE_IDMAP_IOPS_GETATTR */
393 
394 /* iops->setattr() takes struct mnt_idmap* */
395 /* #undef HAVE_IDMAP_IOPS_SETATTR */
396 
397 /* APIs for idmapped mount are present */
398 /* #undef HAVE_IDMAP_MNT_API */
399 
400 /* Define if compiler supports -Wimplicit-fallthrough */
401 /* #undef HAVE_IMPLICIT_FALLTHROUGH */
402 
403 /* Define if compiler supports -Winfinite-recursion */
404 /* #undef HAVE_INFINITE_RECURSION */
405 
406 /* yes */
407 /* #undef HAVE_INODE_LOCK_SHARED */
408 
409 /* inode_owner_or_capable() exists */
410 /* #undef HAVE_INODE_OWNER_OR_CAPABLE */
411 
412 /* inode_owner_or_capable() takes mnt_idmap */
413 /* #undef HAVE_INODE_OWNER_OR_CAPABLE_IDMAP */
414 
415 /* inode_owner_or_capable() takes user_ns */
416 /* #undef HAVE_INODE_OWNER_OR_CAPABLE_USERNS */
417 
418 /* inode_set_flags() exists */
419 /* #undef HAVE_INODE_SET_FLAGS */
420 
421 /* inode_set_iversion() exists */
422 /* #undef HAVE_INODE_SET_IVERSION */
423 
424 /* inode->i_*time's are timespec64 */
425 /* #undef HAVE_INODE_TIMESPEC64_TIMES */
426 
427 /* timestamp_truncate() exists */
428 /* #undef HAVE_INODE_TIMESTAMP_TRUNCATE */
429 
430 /* Define to 1 if you have the <inttypes.h> header file. */
431 #define HAVE_INTTYPES_H 1
432 
433 /* in_compat_syscall() is available */
434 /* #undef HAVE_IN_COMPAT_SYSCALL */
435 
436 /* iops->create() takes struct mnt_idmap* */
437 /* #undef HAVE_IOPS_CREATE_IDMAP */
438 
439 /* iops->create() takes struct user_namespace* */
440 /* #undef HAVE_IOPS_CREATE_USERNS */
441 
442 /* iops->mkdir() takes struct mnt_idmap* */
443 /* #undef HAVE_IOPS_MKDIR_IDMAP */
444 
445 /* iops->mkdir() takes struct user_namespace* */
446 /* #undef HAVE_IOPS_MKDIR_USERNS */
447 
448 /* iops->mknod() takes struct mnt_idmap* */
449 /* #undef HAVE_IOPS_MKNOD_IDMAP */
450 
451 /* iops->mknod() takes struct user_namespace* */
452 /* #undef HAVE_IOPS_MKNOD_USERNS */
453 
454 /* iops->permission() takes struct mnt_idmap* */
455 /* #undef HAVE_IOPS_PERMISSION_IDMAP */
456 
457 /* iops->permission() takes struct user_namespace* */
458 /* #undef HAVE_IOPS_PERMISSION_USERNS */
459 
460 /* iops->rename() takes struct mnt_idmap* */
461 /* #undef HAVE_IOPS_RENAME_IDMAP */
462 
463 /* iops->rename() takes struct user_namespace* */
464 /* #undef HAVE_IOPS_RENAME_USERNS */
465 
466 /* iops->setattr() exists */
467 /* #undef HAVE_IOPS_SETATTR */
468 
469 /* iops->symlink() takes struct mnt_idmap* */
470 /* #undef HAVE_IOPS_SYMLINK_IDMAP */
471 
472 /* iops->symlink() takes struct user_namespace* */
473 /* #undef HAVE_IOPS_SYMLINK_USERNS */
474 
475 /* iov_iter_advance() is available */
476 /* #undef HAVE_IOV_ITER_ADVANCE */
477 
478 /* iov_iter_count() is available */
479 /* #undef HAVE_IOV_ITER_COUNT */
480 
481 /* iov_iter_fault_in_readable() is available */
482 /* #undef HAVE_IOV_ITER_FAULT_IN_READABLE */
483 
484 /* iov_iter_revert() is available */
485 /* #undef HAVE_IOV_ITER_REVERT */
486 
487 /* iov_iter_type() is available */
488 /* #undef HAVE_IOV_ITER_TYPE */
489 
490 /* iov_iter types are available */
491 /* #undef HAVE_IOV_ITER_TYPES */
492 
493 /* yes */
494 /* #undef HAVE_IO_SCHEDULE_TIMEOUT */
495 
496 /* Define to 1 if you have the `issetugid' function. */
497 #define HAVE_ISSETUGID 1
498 
499 /* kernel has kernel_fpu_* functions */
500 /* #undef HAVE_KERNEL_FPU */
501 
502 /* kernel has asm/fpu/api.h */
503 /* #undef HAVE_KERNEL_FPU_API_HEADER */
504 
505 /* kernel fpu internal */
506 /* #undef HAVE_KERNEL_FPU_INTERNAL */
507 
508 /* kernel has asm/fpu/internal.h */
509 /* #undef HAVE_KERNEL_FPU_INTERNAL_HEADER */
510 
511 /* uncached_acl_sentinel() exists */
512 /* #undef HAVE_KERNEL_GET_ACL_HANDLE_CACHE */
513 
514 /* Define if compiler supports -Winfinite-recursion */
515 /* #undef HAVE_KERNEL_INFINITE_RECURSION */
516 
517 /* kernel does stack verification */
518 /* #undef HAVE_KERNEL_OBJTOOL */
519 
520 /* kernel has linux/objtool.h */
521 /* #undef HAVE_KERNEL_OBJTOOL_HEADER */
522 
523 /* kernel_read() take loff_t pointer */
524 /* #undef HAVE_KERNEL_READ_PPOS */
525 
526 /* timer_list.function gets a timer_list */
527 /* #undef HAVE_KERNEL_TIMER_FUNCTION_TIMER_LIST */
528 
529 /* struct timer_list has a flags member */
530 /* #undef HAVE_KERNEL_TIMER_LIST_FLAGS */
531 
532 /* timer_setup() is available */
533 /* #undef HAVE_KERNEL_TIMER_SETUP */
534 
535 /* kernel_write() take loff_t pointer */
536 /* #undef HAVE_KERNEL_WRITE_PPOS */
537 
538 /* kmem_cache_create_usercopy() exists */
539 /* #undef HAVE_KMEM_CACHE_CREATE_USERCOPY */
540 
541 /* kstrtoul() exists */
542 /* #undef HAVE_KSTRTOUL */
543 
544 /* ktime_get_coarse_real_ts64() exists */
545 /* #undef HAVE_KTIME_GET_COARSE_REAL_TS64 */
546 
547 /* ktime_get_raw_ts64() exists */
548 /* #undef HAVE_KTIME_GET_RAW_TS64 */
549 
550 /* kvmalloc exists */
551 /* #undef HAVE_KVMALLOC */
552 
553 /* Define if you have [aio] */
554 /* #undef HAVE_LIBAIO */
555 
556 /* Define if you have [blkid] */
557 /* #undef HAVE_LIBBLKID */
558 
559 /* Define if you have [crypto] */
560 #define HAVE_LIBCRYPTO 1
561 
562 /* Define if you have [tirpc] */
563 /* #undef HAVE_LIBTIRPC */
564 
565 /* Define if you have [udev] */
566 /* #undef HAVE_LIBUDEV */
567 
568 /* Define if you have [uuid] */
569 /* #undef HAVE_LIBUUID */
570 
571 /* linux/blk-cgroup.h exists */
572 /* #undef HAVE_LINUX_BLK_CGROUP_HEADER */
573 
574 /* lseek_execute() is available */
575 /* #undef HAVE_LSEEK_EXECUTE */
576 
577 /* makedev() is declared in sys/mkdev.h */
578 /* #undef HAVE_MAKEDEV_IN_MKDEV */
579 
580 /* makedev() is declared in sys/sysmacros.h */
581 /* #undef HAVE_MAKEDEV_IN_SYSMACROS */
582 
583 /* Noting that make_request_fn() returns blk_qc_t */
584 /* #undef HAVE_MAKE_REQUEST_FN_RET_QC */
585 
586 /* Noting that make_request_fn() returns void */
587 /* #undef HAVE_MAKE_REQUEST_FN_RET_VOID */
588 
589 /* iops->mkdir() takes umode_t */
590 /* #undef HAVE_MKDIR_UMODE_T */
591 
592 /* Define to 1 if you have the `mlockall' function. */
593 #define HAVE_MLOCKALL 1
594 
595 /* lookup_bdev() wants mode arg */
596 /* #undef HAVE_MODE_LOOKUP_BDEV */
597 
598 /* Define if host toolchain supports MOVBE */
599 #define HAVE_MOVBE 1
600 
601 /* new_sync_read()/new_sync_write() are available */
602 /* #undef HAVE_NEW_SYNC_READ */
603 
604 /* folio_wait_bit() exists */
605 /* #undef HAVE_PAGEMAP_FOLIO_WAIT_BIT */
606 
607 /* part_to_dev() exists */
608 /* #undef HAVE_PART_TO_DEV */
609 
610 /* iops->getattr() takes a path */
611 /* #undef HAVE_PATH_IOPS_GETATTR */
612 
613 /* Define if host toolchain supports PCLMULQDQ */
614 #define HAVE_PCLMULQDQ 1
615 
616 /* percpu_counter_add_batch() is defined */
617 /* #undef HAVE_PERCPU_COUNTER_ADD_BATCH */
618 
619 /* percpu_counter_init() wants gfp_t */
620 /* #undef HAVE_PERCPU_COUNTER_INIT_WITH_GFP */
621 
622 /* posix_acl_chmod() exists */
623 /* #undef HAVE_POSIX_ACL_CHMOD */
624 
625 /* posix_acl_from_xattr() needs user_ns */
626 /* #undef HAVE_POSIX_ACL_FROM_XATTR_USERNS */
627 
628 /* posix_acl_release() is available */
629 /* #undef HAVE_POSIX_ACL_RELEASE */
630 
631 /* posix_acl_release() is GPL-only */
632 /* #undef HAVE_POSIX_ACL_RELEASE_GPL_ONLY */
633 
634 /* posix_acl_valid() wants user namespace */
635 /* #undef HAVE_POSIX_ACL_VALID_WITH_NS */
636 
637 /* proc_ops structure exists */
638 /* #undef HAVE_PROC_OPS_STRUCT */
639 
640 /* iops->put_link() cookie */
641 /* #undef HAVE_PUT_LINK_COOKIE */
642 
643 /* iops->put_link() delayed */
644 /* #undef HAVE_PUT_LINK_DELAYED */
645 
646 /* iops->put_link() nameidata */
647 /* #undef HAVE_PUT_LINK_NAMEIDATA */
648 
649 /* If available, contains the Python version number currently in use. */
650 #define HAVE_PYTHON "3.7"
651 
652 /* qat is enabled and existed */
653 /* #undef HAVE_QAT */
654 
655 /* struct reclaim_state has reclaimed */
656 /* #undef HAVE_RECLAIM_STATE_RECLAIMED */
657 
658 /* register_shrinker is vararg */
659 /* #undef HAVE_REGISTER_SHRINKER_VARARG */
660 
661 /* iops->rename2() exists */
662 /* #undef HAVE_RENAME2 */
663 
664 /* struct inode_operations_wrapper takes .rename2() */
665 /* #undef HAVE_RENAME2_OPERATIONS_WRAPPER */
666 
667 /* iops->rename() wants flags */
668 /* #undef HAVE_RENAME_WANTS_FLAGS */
669 
670 /* REQ_DISCARD is defined */
671 /* #undef HAVE_REQ_DISCARD */
672 
673 /* REQ_FLUSH is defined */
674 /* #undef HAVE_REQ_FLUSH */
675 
676 /* REQ_OP_DISCARD is defined */
677 /* #undef HAVE_REQ_OP_DISCARD */
678 
679 /* REQ_OP_FLUSH is defined */
680 /* #undef HAVE_REQ_OP_FLUSH */
681 
682 /* REQ_OP_SECURE_ERASE is defined */
683 /* #undef HAVE_REQ_OP_SECURE_ERASE */
684 
685 /* REQ_PREFLUSH is defined */
686 /* #undef HAVE_REQ_PREFLUSH */
687 
688 /* revalidate_disk() is available */
689 /* #undef HAVE_REVALIDATE_DISK */
690 
691 /* revalidate_disk_size() is available */
692 /* #undef HAVE_REVALIDATE_DISK_SIZE */
693 
694 /* struct rw_semaphore has member activity */
695 /* #undef HAVE_RWSEM_ACTIVITY */
696 
697 /* struct rw_semaphore has atomic_long_t member count */
698 /* #undef HAVE_RWSEM_ATOMIC_LONG_COUNT */
699 
700 /* linux/sched/signal.h exists */
701 /* #undef HAVE_SCHED_SIGNAL_HEADER */
702 
703 /* Define to 1 if you have the <security/pam_modules.h> header file. */
704 #define HAVE_SECURITY_PAM_MODULES_H 1
705 
706 /* setattr_prepare() accepts mnt_idmap */
707 /* #undef HAVE_SETATTR_PREPARE_IDMAP */
708 
709 /* setattr_prepare() is available, doesn't accept user_namespace */
710 /* #undef HAVE_SETATTR_PREPARE_NO_USERNS */
711 
712 /* setattr_prepare() accepts user_namespace */
713 /* #undef HAVE_SETATTR_PREPARE_USERNS */
714 
715 /* iops->set_acl() exists, takes 3 args */
716 /* #undef HAVE_SET_ACL */
717 
718 /* iops->set_acl() takes 4 args, arg1 is struct mnt_idmap * */
719 /* #undef HAVE_SET_ACL_IDMAP_DENTRY */
720 
721 /* iops->set_acl() takes 4 args */
722 /* #undef HAVE_SET_ACL_USERNS */
723 
724 /* iops->set_acl() takes 4 args, arg2 is struct dentry * */
725 /* #undef HAVE_SET_ACL_USERNS_DENTRY_ARG2 */
726 
727 /* set_cached_acl() is usable */
728 /* #undef HAVE_SET_CACHED_ACL_USABLE */
729 
730 /* set_special_state() exists */
731 /* #undef HAVE_SET_SPECIAL_STATE */
732 
733 /* struct shrink_control exists */
734 /* #undef HAVE_SHRINK_CONTROL_STRUCT */
735 
736 /* kernel_siginfo_t exists */
737 /* #undef HAVE_SIGINFO */
738 
739 /* signal_stop() exists */
740 /* #undef HAVE_SIGNAL_STOP */
741 
742 /* new shrinker callback wants 2 args */
743 /* #undef HAVE_SINGLE_SHRINKER_CALLBACK */
744 
745 /* cs->count_objects exists */
746 /* #undef HAVE_SPLIT_SHRINKER_CALLBACK */
747 
748 #if defined(__amd64__) || defined(__i386__)
749 /* Define if host toolchain supports SSE */
750 #define HAVE_SSE 1
751 
752 /* Define if host toolchain supports SSE2 */
753 #define HAVE_SSE2 1
754 
755 /* Define if host toolchain supports SSE3 */
756 #define HAVE_SSE3 1
757 
758 /* Define if host toolchain supports SSE4.1 */
759 #define HAVE_SSE4_1 1
760 
761 /* Define if host toolchain supports SSE4.2 */
762 #define HAVE_SSE4_2 1
763 
764 /* Define if host toolchain supports SSSE3 */
765 #define HAVE_SSSE3 1
766 #endif
767 
768 /* STACK_FRAME_NON_STANDARD is defined */
769 /* #undef HAVE_STACK_FRAME_NON_STANDARD */
770 
771 /* standalone <linux/stdarg.h> exists */
772 /* #undef HAVE_STANDALONE_LINUX_STDARG */
773 
774 /* Define to 1 if you have the <stdint.h> header file. */
775 #define HAVE_STDINT_H 1
776 
777 /* Define to 1 if you have the <stdio.h> header file. */
778 #define HAVE_STDIO_H 1
779 
780 /* Define to 1 if you have the <stdlib.h> header file. */
781 #define HAVE_STDLIB_H 1
782 
783 /* Define to 1 if you have the <strings.h> header file. */
784 #define HAVE_STRINGS_H 1
785 
786 /* Define to 1 if you have the <string.h> header file. */
787 #define HAVE_STRING_H 1
788 
789 /* Define to 1 if you have the `strlcat' function. */
790 #define HAVE_STRLCAT 1
791 
792 /* Define to 1 if you have the `strlcpy' function. */
793 #define HAVE_STRLCPY 1
794 
795 /* submit_bio is member of struct block_device_operations */
796 /* #undef HAVE_SUBMIT_BIO_IN_BLOCK_DEVICE_OPERATIONS */
797 
798 /* super_setup_bdi_name() exits */
799 /* #undef HAVE_SUPER_SETUP_BDI_NAME */
800 
801 /* super_block->s_user_ns exists */
802 /* #undef HAVE_SUPER_USER_NS */
803 
804 /* struct kobj_type has default_groups */
805 /* #undef HAVE_SYSFS_DEFAULT_GROUPS */
806 
807 /* Define to 1 if you have the <sys/stat.h> header file. */
808 #define HAVE_SYS_STAT_H 1
809 
810 /* Define to 1 if you have the <sys/types.h> header file. */
811 #define HAVE_SYS_TYPES_H 1
812 
813 /* i_op->tmpfile() exists */
814 /* #undef HAVE_TMPFILE */
815 
816 /* i_op->tmpfile() uses old dentry signature */
817 /* #undef HAVE_TMPFILE_DENTRY */
818 
819 /* i_op->tmpfile() has mnt_idmap */
820 /* #undef HAVE_TMPFILE_IDMAP */
821 
822 /* i_op->tmpfile() has userns */
823 /* #undef HAVE_TMPFILE_USERNS */
824 
825 /* totalhigh_pages() exists */
826 /* #undef HAVE_TOTALHIGH_PAGES */
827 
828 /* kernel has totalram_pages() */
829 /* #undef HAVE_TOTALRAM_PAGES_FUNC */
830 
831 /* Define to 1 if you have the `udev_device_get_is_initialized' function. */
832 /* #undef HAVE_UDEV_DEVICE_GET_IS_INITIALIZED */
833 
834 /* kernel has __kernel_fpu_* functions */
835 /* #undef HAVE_UNDERSCORE_KERNEL_FPU */
836 
837 /* Define to 1 if you have the <unistd.h> header file. */
838 #define HAVE_UNISTD_H 1
839 
840 /* iops->getattr() takes struct user_namespace* */
841 /* #undef HAVE_USERNS_IOPS_GETATTR */
842 
843 /* iops->setattr() takes struct user_namespace* */
844 /* #undef HAVE_USERNS_IOPS_SETATTR */
845 
846 /* user_namespace->ns.inum exists */
847 /* #undef HAVE_USER_NS_COMMON_INUM */
848 
849 /* iops->getattr() takes a vfsmount */
850 /* #undef HAVE_VFSMOUNT_IOPS_GETATTR */
851 
852 /* aops->direct_IO() uses iovec */
853 /* #undef HAVE_VFS_DIRECT_IO_IOVEC */
854 
855 /* aops->direct_IO() uses iov_iter without rw */
856 /* #undef HAVE_VFS_DIRECT_IO_ITER */
857 
858 /* aops->direct_IO() uses iov_iter with offset */
859 /* #undef HAVE_VFS_DIRECT_IO_ITER_OFFSET */
860 
861 /* aops->direct_IO() uses iov_iter with rw and offset */
862 /* #undef HAVE_VFS_DIRECT_IO_ITER_RW_OFFSET */
863 
864 /* filemap_dirty_folio exists */
865 /* #undef HAVE_VFS_FILEMAP_DIRTY_FOLIO */
866 
867 /* All required iov_iter interfaces are available */
868 /* #undef HAVE_VFS_IOV_ITER */
869 
870 /* fops->iterate() is available */
871 /* #undef HAVE_VFS_ITERATE */
872 
873 /* fops->iterate_shared() is available */
874 /* #undef HAVE_VFS_ITERATE_SHARED */
875 
876 /* fops->readdir() is available */
877 /* #undef HAVE_VFS_READDIR */
878 
879 /* address_space_operations->readpages exists */
880 /* #undef HAVE_VFS_READPAGES */
881 
882 /* read_folio exists */
883 /* #undef HAVE_VFS_READ_FOLIO */
884 
885 /* fops->read/write_iter() are available */
886 /* #undef HAVE_VFS_RW_ITERATE */
887 
888 /* __set_page_dirty_nobuffers exists */
889 /* #undef HAVE_VFS_SET_PAGE_DIRTY_NOBUFFERS */
890 
891 /* __vmalloc page flags exists */
892 /* #undef HAVE_VMALLOC_PAGE_KERNEL */
893 
894 /* yes */
895 /* #undef HAVE_WAIT_ON_BIT_ACTION */
896 
897 /* wait_queue_entry_t exists */
898 /* #undef HAVE_WAIT_QUEUE_ENTRY_T */
899 
900 /* wq_head->head and wq_entry->entry exist */
901 /* #undef HAVE_WAIT_QUEUE_HEAD_ENTRY */
902 
903 /* int (*writepage_t)() takes struct folio* */
904 /* #undef HAVE_WRITEPAGE_T_FOLIO */
905 
906 /* xattr_handler->get() wants dentry */
907 /* #undef HAVE_XATTR_GET_DENTRY */
908 
909 /* xattr_handler->get() wants both dentry and inode */
910 /* #undef HAVE_XATTR_GET_DENTRY_INODE */
911 
912 /* xattr_handler->get() wants dentry and inode and flags */
913 /* #undef HAVE_XATTR_GET_DENTRY_INODE_FLAGS */
914 
915 /* xattr_handler->get() wants xattr_handler */
916 /* #undef HAVE_XATTR_GET_HANDLER */
917 
918 /* xattr_handler has name */
919 /* #undef HAVE_XATTR_HANDLER_NAME */
920 
921 /* xattr_handler->list() wants dentry */
922 /* #undef HAVE_XATTR_LIST_DENTRY */
923 
924 /* xattr_handler->list() wants xattr_handler */
925 /* #undef HAVE_XATTR_LIST_HANDLER */
926 
927 /* xattr_handler->list() wants simple */
928 /* #undef HAVE_XATTR_LIST_SIMPLE */
929 
930 /* xattr_handler->set() wants dentry */
931 /* #undef HAVE_XATTR_SET_DENTRY */
932 
933 /* xattr_handler->set() wants both dentry and inode */
934 /* #undef HAVE_XATTR_SET_DENTRY_INODE */
935 
936 /* xattr_handler->set() wants xattr_handler */
937 /* #undef HAVE_XATTR_SET_HANDLER */
938 
939 /* xattr_handler->set() takes mnt_idmap */
940 /* #undef HAVE_XATTR_SET_IDMAP */
941 
942 /* xattr_handler->set() takes user_namespace */
943 /* #undef HAVE_XATTR_SET_USERNS */
944 
945 /* Define if host toolchain supports XSAVE */
946 #define HAVE_XSAVE 1
947 
948 /* Define if host toolchain supports XSAVEOPT */
949 #define HAVE_XSAVEOPT 1
950 
951 /* Define if host toolchain supports XSAVES */
952 #define HAVE_XSAVES 1
953 
954 /* ZERO_PAGE() is GPL-only */
955 /* #undef HAVE_ZERO_PAGE_GPL_ONLY */
956 
957 /* Define if you have [z] */
958 #define HAVE_ZLIB 1
959 
960 /* __posix_acl_chmod() exists */
961 /* #undef HAVE___POSIX_ACL_CHMOD */
962 
963 /* kernel exports FPU functions */
964 /* #undef KERNEL_EXPORTS_X86_FPU */
965 
966 /* TBD: fetch(3) support */
967 #if 0
968 /* whether the chosen libfetch is to be loaded at run-time */
969 #define LIBFETCH_DYNAMIC 1
970 
971 /* libfetch is fetch(3) */
972 #define LIBFETCH_IS_FETCH 1
973 
974 /* libfetch is libcurl */
975 #define LIBFETCH_IS_LIBCURL 0
976 
977 /* soname of chosen libfetch */
978 #define LIBFETCH_SONAME "libfetch.so.6"
979 #endif
980 
981 /* Define to the sub-directory where libtool stores uninstalled libraries. */
982 #define LT_OBJDIR ".libs/"
983 
984 /* make_request_fn() return type */
985 /* #undef MAKE_REQUEST_FN_RET */
986 
987 /* struct shrink_control has nid */
988 /* #undef SHRINK_CONTROL_HAS_NID */
989 
990 /* using complete_and_exit() instead */
991 /* #undef SPL_KTHREAD_COMPLETE_AND_EXIT */
992 
993 /* Defined for legacy compatibility. */
994 #define SPL_META_ALIAS ZFS_META_ALIAS
995 
996 /* Defined for legacy compatibility. */
997 #define SPL_META_RELEASE ZFS_META_RELEASE
998 
999 /* Defined for legacy compatibility. */
1000 #define SPL_META_VERSION ZFS_META_VERSION
1001 
1002 /* pde_data() is PDE_DATA() */
1003 /* #undef SPL_PDE_DATA */
1004 
1005 /* Define to 1 if all of the C90 standard headers exist (not just the ones
1006    required in a freestanding environment). This macro is provided for
1007    backward compatibility; new code need not use it. */
1008 #define SYSTEM_FREEBSD 1
1009 
1010 /* True if ZFS is to be compiled for a Linux system */
1011 /* #undef SYSTEM_LINUX */
1012 
1013 /* Version number of package */
1014 /* #undef ZFS_DEBUG */
1015 
1016 /* /dev/zfs minor */
1017 /* #undef ZFS_DEVICE_MINOR */
1018 
1019 /* enum node_stat_item contains NR_FILE_PAGES */
1020 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_FILE_PAGES */
1021 
1022 /* enum node_stat_item contains NR_INACTIVE_ANON */
1023 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_ANON */
1024 
1025 /* enum node_stat_item contains NR_INACTIVE_FILE */
1026 /* #undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_FILE */
1027 
1028 /* enum zone_stat_item contains NR_FILE_PAGES */
1029 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_FILE_PAGES */
1030 
1031 /* enum zone_stat_item contains NR_INACTIVE_ANON */
1032 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_ANON */
1033 
1034 /* enum zone_stat_item contains NR_INACTIVE_FILE */
1035 /* #undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_FILE */
1036 
1037 /* GENHD_FL_EXT_DEVT flag is not available */
1038 /* #undef ZFS_GENHD_FL_EXT_DEVT */
1039 
1040 /* GENHD_FL_NO_PART_SCAN flag is available */
1041 /* #undef ZFS_GENHD_FL_NO_PART */
1042 
1043 /* global_node_page_state() exists */
1044 /* #undef ZFS_GLOBAL_NODE_PAGE_STATE */
1045 
1046 /* global_zone_page_state() exists */
1047 /* #undef ZFS_GLOBAL_ZONE_PAGE_STATE */
1048 
1049 /* Define to 1 if GPL-only symbols can be used */
1050 /* #undef ZFS_IS_GPL_COMPATIBLE */
1051 
1052 /* Define the project alias string. */
1053 #define ZFS_META_ALIAS "zfs-2.2.0-FreeBSD_g009d3288"
1054 
1055 /* Define the project author. */
1056 #define ZFS_META_AUTHOR "OpenZFS"
1057 
1058 /* Define the project release date. */
1059 /* #undef ZFS_META_DATA */
1060 
1061 /* Define the maximum compatible kernel version. */
1062 #define ZFS_META_KVER_MAX "6.3"
1063 
1064 /* Define the minimum compatible kernel version. */
1065 #define ZFS_META_KVER_MIN "3.10"
1066 
1067 /* Define the project license. */
1068 #define ZFS_META_LICENSE "CDDL"
1069 
1070 /* Define the libtool library 'age' version information. */
1071 /* #undef ZFS_META_LT_AGE */
1072 
1073 /* Define the libtool library 'current' version information. */
1074 /* #undef ZFS_META_LT_CURRENT */
1075 
1076 /* Define the libtool library 'revision' version information. */
1077 /* #undef ZFS_META_LT_REVISION */
1078 
1079 /* Define the project name. */
1080 #define ZFS_META_NAME "zfs"
1081 
1082 /* Define the project release. */
1083 #define ZFS_META_RELEASE "FreeBSD_g009d3288"
1084 
1085 /* Define the project version. */
1086 #define ZFS_META_VERSION "2.2.0"
1087 
1088 /* count is located in percpu_ref.data */
1089 /* #undef ZFS_PERCPU_REF_COUNT_IN_DATA */
1090