Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c615 uintptr_t fsync_cnt; in zfs_log_write() local
636 if ((fsync_cnt = (uintptr_t)tsd_get(zfs_fsyncer_key)) != 0) { in zfs_log_write()
637 (void) tsd_set(zfs_fsyncer_key, (void *)(fsync_cnt - 1)); in zfs_log_write()
693 (fsync_cnt == 0)) in zfs_log_write()