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