Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c200 static uint_t zfs_allow_log_key; variable
1074 if (tsd_get(zfs_allow_log_key) == NULL) in zfs_secpolicy_log_history()
3436 poolname = tsd_get(zfs_allow_log_key); in zfs_ioc_log_history()
3437 (void) tsd_set(zfs_allow_log_key, NULL); in zfs_ioc_log_history()
6097 char *s = tsd_get(zfs_allow_log_key); in zfsdev_ioctl()
6100 (void) tsd_set(zfs_allow_log_key, saved_poolname); in zfsdev_ioctl()
6246 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy); in _init()