Searched refs:zfs_allow_log_key (Results 1 – 1 of 1) sorted by relevance
226 static uint_t zfs_allow_log_key; variable1146 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()3491 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()3492 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()6625 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()6628 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()6775 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()6874 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in zfs__init()6900 tsd_destroy(&zfs_allow_log_key); in zfs__fini()7185 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in zfs_modcmd()[all …]