]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - zfs_config.h.in
Move zfs-zed init script back to zfs-zed ...
[mirror_zfs-debian.git] / zfs_config.h.in
index 61e96abf887852f02437466ed048588ab810ab5e..164963c858dbd22b7ee666ba95fa80ac19e092f9 100644 (file)
@@ -33,6 +33,9 @@
 /* security_inode_init_security wants 6 args */
 #undef HAVE_6ARGS_SECURITY_INODE_INIT_SECURITY
 
+/* posix_acl has refcount_t */
+#undef HAVE_ACL_REFCOUNT
+
 /* dops->automount() exists */
 #undef HAVE_AUTOMOUNT
 
@@ -69,9 +72,6 @@
 /* Define if host toolchain supports AVX512VL */
 #undef HAVE_AVX512VL
 
-/* struct block_device_operations use bdevs */
-#undef HAVE_BDEV_BLOCK_DEVICE_OPERATIONS
-
 /* bdev_logical_block_size() is available */
 #undef HAVE_BDEV_LOGICAL_BLOCK_SIZE
 
 /* blk queue backing_dev_info is dynamic */
 #undef HAVE_BLK_QUEUE_BDI_DYNAMIC
 
+/* blk_queue_flag_clear() exists */
+#undef HAVE_BLK_QUEUE_FLAG_CLEAR
+
+/* blk_queue_flag_set() exists */
+#undef HAVE_BLK_QUEUE_FLAG_SET
+
 /* blk_queue_flush() is available */
 #undef HAVE_BLK_QUEUE_FLUSH
 
 /* blk_queue_write_cache() is GPL-only */
 #undef HAVE_BLK_QUEUE_WRITE_CACHE_GPL_ONLY
 
-/* struct block_device_operations.release returns void */
+/* bops->check_events() exists */
+#undef HAVE_BLOCK_DEVICE_OPERATIONS_CHECK_EVENTS
+
+/* bops->release() returns void */
 #undef HAVE_BLOCK_DEVICE_OPERATIONS_RELEASE_VOID
 
 /* security_inode_init_security wants callback */
 /* iops->create() passes nameidata */
 #undef HAVE_CREATE_NAMEIDATA
 
+/* cred_t->user_ns exists */
+#undef HAVE_CRED_USER_NS
+
 /* current->bio_list exists */
 #undef HAVE_CURRENT_BIO_LIST
 
 /* sops->free_cached_objects() exists */
 #undef HAVE_FREE_CACHED_OBJECTS
 
+/* fst->mount() exists */
+#undef HAVE_FST_MOUNT
+
 /* fops->fsync() with range */
 #undef HAVE_FSYNC_RANGE
 
 /* iops->get_acl() exists */
 #undef HAVE_GET_ACL
 
+/* get_disk_and_module() is available */
+#undef HAVE_GET_DISK_AND_MODULE
+
 /* blk_disk_ro() is available */
 #undef HAVE_GET_DISK_RO
 
 /* inode_set_flags() exists */
 #undef HAVE_INODE_SET_FLAGS
 
+/* inode_set_iversion() exists */
+#undef HAVE_INODE_SET_IVERSION
+
 /* iops->truncate_range() exists */
 #undef HAVE_INODE_TRUNCATE_RANGE
 
 /* kernel does stack verification */
 #undef HAVE_KERNEL_OBJTOOL
 
+/* kuid_has_mapping/kgid_has_mapping exist */
+#undef HAVE_KUID_HAS_MAPPING
+
 /* i_(uid|gid)_(read|write) exist */
 #undef HAVE_KUID_HELPERS
 
 /* kernel has large stacks */
 #undef HAVE_LARGE_STACKS
 
-/* Define if you have libattr */
-#undef HAVE_LIBATTR
+/* Define if you have libaio */
+#undef HAVE_LIBAIO
 
 /* Define if you have libblkid */
 #undef HAVE_LIBBLKID
 /* Define to 1 if you have the `mlockall' function. */
 #undef HAVE_MLOCKALL
 
-/* mount_nodev() is available */
-#undef HAVE_MOUNT_NODEV
-
 /* new_sync_read()/new_sync_write() are available */
 #undef HAVE_NEW_SYNC_READ
 
 /* sops->nr_cached_objects() exists */
 #undef HAVE_NR_CACHED_OBJECTS
 
+/* ns_capable exists */
+#undef HAVE_NS_CAPABLE
+
 /* open_bdev_exclusive() is available */
 #undef HAVE_OPEN_BDEV_EXCLUSIVE
 
 /* zfs debugging enabled */
 #undef ZFS_DEBUG
 
-/* using global_node_page_state() */
+/* enum node_stat_item contains NR_FILE_PAGES */
+#undef ZFS_ENUM_NODE_STAT_ITEM_NR_FILE_PAGES
+
+/* enum node_stat_item contains NR_INACTIVE_ANON */
+#undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_ANON
+
+/* enum node_stat_item contains NR_INACTIVE_FILE */
+#undef ZFS_ENUM_NODE_STAT_ITEM_NR_INACTIVE_FILE
+
+/* enum node_stat_item contains NR_SLAB_RECLAIMABLE */
+#undef ZFS_ENUM_NODE_STAT_ITEM_NR_SLAB_RECLAIMABLE
+
+/* enum zone_stat_item contains NR_FILE_PAGES */
+#undef ZFS_ENUM_ZONE_STAT_ITEM_NR_FILE_PAGES
+
+/* enum zone_stat_item contains NR_INACTIVE_ANON */
+#undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_ANON
+
+/* enum zone_stat_item contains NR_INACTIVE_FILE */
+#undef ZFS_ENUM_ZONE_STAT_ITEM_NR_INACTIVE_FILE
+
+/* enum zone_stat_item contains NR_SLAB_RECLAIMABLE */
+#undef ZFS_ENUM_ZONE_STAT_ITEM_NR_SLAB_RECLAIMABLE
+
+/* global_node_page_state() exists */
 #undef ZFS_GLOBAL_NODE_PAGE_STATE
 
+/* global_zone_page_state() exists */
+#undef ZFS_GLOBAL_ZONE_PAGE_STATE
+
 /* Define to 1 if GPL-only symbols can be used */
 #undef ZFS_IS_GPL_COMPATIBLE