Searched refs:zfs_allow_log_key (Results 1 – 1 of 1) sorted by relevance
235 static uint_t zfs_allow_log_key; variable1161 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()3555 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()3556 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()7352 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()7355 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()7500 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()