Searched refs:zfs_fsyncer_key (Results 1 – 4 of 4) sorted by relevance
147 extern uint_t zfs_fsyncer_key;
501 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()502 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
233 uint_t zfs_fsyncer_key; variable7498 tsd_create(&zfs_fsyncer_key, NULL); in _init()7530 tsd_destroy(&zfs_fsyncer_key); in _fini()
2671 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()