Searched refs:zfs_fsyncer_key (Results 1 – 4 of 4) sorted by relevance
141 extern uint_t zfs_fsyncer_key;
484 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()485 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
224 uint_t zfs_fsyncer_key; variable6772 tsd_create(&zfs_fsyncer_key, NULL); in _init()6805 tsd_destroy(&zfs_fsyncer_key); in _fini()6872 tsd_create(&zfs_fsyncer_key, NULL); in zfs__init()6898 tsd_destroy(&zfs_fsyncer_key); in zfs__fini()7183 tsd_create(&zfs_fsyncer_key, NULL); in zfs_modcmd()7220 tsd_destroy(&zfs_fsyncer_key); in zfs_modcmd()
3007 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()