]> git.proxmox.com Git - mirror_zfs.git/blobdiff - spl_config.h.in
Ignore slab cache age and delay in direct reclaim
[mirror_zfs.git] / spl_config.h.in
index d3928f4ba9cc649b260d8df24aa5dbc11de3365f..05dcdc5045202bfcd399ed6a02b5d5dadfe55e07 100644 (file)
@@ -9,17 +9,26 @@
 /* Define to 1 to enable detailed kmem tracking */
 #undef DEBUG_KMEM_TRACKING
 
+/* Define to 1 to enable basic debug logging */
+#undef DEBUG_LOG
+
+/* invalidate_inodes() wants 2 args */
+#undef HAVE_2ARGS_INVALIDATE_INODES
+
 /* register_sysctl_table() wants 2 args */
 #undef HAVE_2ARGS_REGISTER_SYSCTL
 
 /* set_fs_pwd() wants 2 args */
 #undef HAVE_2ARGS_SET_FS_PWD
 
+/* vfs_fsync() wants 2 args */
+#undef HAVE_2ARGS_VFS_FSYNC
+
 /* vfs_unlink() wants 2 args */
 #undef HAVE_2ARGS_VFS_UNLINK
 
-/* file_fsync() wants 3 args */
-#undef HAVE_3ARGS_FILE_FSYNC
+/* zlib_deflate_workspacesize() wants 2 args */
+#undef HAVE_2ARGS_ZLIB_DEFLATE_WORKSPACESIZE
 
 /* INIT_WORK wants 3 args */
 #undef HAVE_3ARGS_INIT_WORK
@@ -27,6 +36,9 @@
 /* on_each_cpu wants 3 args */
 #undef HAVE_3ARGS_ON_EACH_CPU
 
+/* shrinker callback wants 3 args */
+#undef HAVE_3ARGS_SHRINKER_CALLBACK
+
 /* vfs_rename() wants 4 args */
 #undef HAVE_4ARGS_VFS_RENAME
 
@@ -75,6 +87,9 @@
 /* fls64() is available */
 #undef HAVE_FLS64
 
+/* struct fs_struct uses spinlock_t */
+#undef HAVE_FS_STRUCT_SPINLOCK
+
 /* get_vmalloc_info() is available */
 #undef HAVE_GET_VMALLOC_INFO
 
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* invalidate_inodes() is available */
+#undef HAVE_INVALIDATE_INODES
+
+/* invalidate_inodes_check() is available */
+#undef HAVE_INVALIDATE_INODES_CHECK
+
 /* kallsyms_lookup_name() is available */
 #undef HAVE_KALLSYMS_LOOKUP_NAME
 
+/* kern_path_parent() is available */
+#undef HAVE_KERN_PATH_PARENT_HEADER
+
+/* kern_path_parent() is available */
+#undef HAVE_KERN_PATH_PARENT_SYMBOL
+
 /* kmalloc_node() is available */
 #undef HAVE_KMALLOC_NODE
 
 /* struct mutex has owner */
 #undef HAVE_MUTEX_OWNER
 
+/* struct mutex owner is a task_struct */
+#undef HAVE_MUTEX_OWNER_TASK_STRUCT
+
 /* next_online_pgdat() is available */
 #undef HAVE_NEXT_ONLINE_PGDAT
 
 /* set_shrinker() available */
 #undef HAVE_SET_SHRINKER
 
+/* struct shrink_control exists */
+#undef HAVE_SHRINK_CONTROL_STRUCT
+
+/* shrink_dcache_memory() is available */
+#undef HAVE_SHRINK_DCACHE_MEMORY
+
+/* shrink_icache_memory() is available */
+#undef HAVE_SHRINK_ICACHE_MEMORY
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
 /* user_path_dir() is available */
 #undef HAVE_USER_PATH_DIR
 
+/* vfs_fsync() is available */
+#undef HAVE_VFS_FSYNC
+
 /* Page state NR_ACTIVE is available */
 #undef HAVE_ZONE_STAT_ITEM_NR_ACTIVE
 
 /* rwsem_is_locked() acquires sem->wait_lock */
 #undef RWSEM_IS_LOCKED_TAKES_WAIT_LOCK
 
+/* struct rw_semaphore member wait_lock is raw_spinlock_t */
+#undef RWSEM_SPINLOCK_IS_RAW
+
 /* Define the project alias string. */
 #undef SPL_META_ALIAS