]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - zfs_config.h.in
Add dpkg-dev to Depends of zfs-dkms (Closes: #900714)
[mirror_zfs-debian.git] / zfs_config.h.in
index cb0d91bac5043c2980149ba2e150e2a7f5aa24d0..13b0839f9db230b37ea0763425dd4da8e3c6d93b 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
 
 /* 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
 
 /* 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() is available */
+/* 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