Searched refs:zfs_fsyncer_key (Results 1 – 4 of 4) sorted by relevance
137 extern uint_t zfs_fsyncer_key;
499 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()500 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
198 uint_t zfs_fsyncer_key; variable6245 tsd_create(&zfs_fsyncer_key, NULL); in _init()6278 tsd_destroy(&zfs_fsyncer_key); in _fini()
2511 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()