Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_log.c528 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) && in zfs_log_write()
558 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
620 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
686 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
Dzfs_znode.c222 nzp->z_sync_cnt = ozp->z_sync_cnt; in zfs_znode_move_impl()
671 zp->z_sync_cnt = 0; in zfs_znode_alloc()
Dzfs_vnops.c211 atomic_inc_32(&zp->z_sync_cnt); in zfs_open()
236 atomic_dec_32(&zp->z_sync_cnt); in zfs_close()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfs_znode.h198 uint32_t z_sync_cnt; /* synchronous open count */ member