Searched refs:fsync_cnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c471 uintptr_t fsync_cnt; local
486 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) {
487 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1));
529 (fsync_cnt == 0))

Completed in 158 milliseconds