Home
last modified time | relevance | path

Searched refs:zfs_active_allocator (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c504 strlcpy(buf, zfs_active_allocator, sizeof (buf)); in param_set_active_allocator()
509 if (strcmp(buf, zfs_active_allocator) == 0) in param_set_active_allocator()
/src/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h507 extern const char *zfs_active_allocator;
/src/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c405 const char *zfs_active_allocator = "dynamic"; variable
797 spa_set_allocator(spa, zfs_active_allocator); in spa_add()
H A Dmetaslab.c1862 zfs_active_allocator = metaslab_allocators[a].msop_name; in param_set_active_allocator_common()