Searched defs:zfs_allow_log_key (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c204 static uint_t zfs_allow_log_key; variable
1086 if (tsd_get(zfs_allow_log_key) == NULL)
3387 poolname = tsd_get(zfs_allow_log_key);
3388 (void) tsd_set(zfs_allow_log_key, NULL);
6125 char *s = tsd_get(zfs_allow_log_key);
6128 (void) tsd_set(zfs_allow_log_key, saved_poolname);
6273 tsd_create(&zfs_allow_log_key, zfs_allow_log_destroy);

Completed in 59 milliseconds