Searched refs:zfs_allow_log_key (Results 1 – 1 of 1) sorted by relevance
200 static uint_t zfs_allow_log_key; variable1074 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()3437 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()3438 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()6098 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()6101 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()6247 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()