Searched refs:zfs_fsyncer_key (Results 1 – 5 of 5) sorted by relevance
295 extern uint_t zfs_fsyncer_key;
66 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()74 tsd_set(zfs_fsyncer_key, NULL); in zfs_fsync()
561 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()562 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
241 uint_t zfs_fsyncer_key; variable7638 tsd_create(&zfs_fsyncer_key, NULL); in zfs_kmod_init()7674 tsd_destroy(&zfs_fsyncer_key); in zfs_kmod_fini()
573 extern uint_t zfs_fsyncer_key;