Home
last modified time | relevance | path

Searched refs:zfs_fsyncer_key (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h137 extern uint_t zfs_fsyncer_key;
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c499 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()
H A Dzfs_ioctl.c198 uint_t zfs_fsyncer_key; variable
6245 tsd_create(&zfs_fsyncer_key, NULL); in _init()
6278 tsd_destroy(&zfs_fsyncer_key); in _fini()
H A Dzfs_vnops.c2511 (void) tsd_set(zfs_fsyncer_key, (void *)zfs_fsync_sync_cnt); in zfs_fsync()