Searched refs:z_sync_cnt (Results 1 – 4 of 4) sorted by relevance
530 itx->itx_sync = (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()
236 nzp->z_sync_cnt = ozp->z_sync_cnt; in zfs_znode_move_impl()687 zp->z_sync_cnt = 0; in zfs_znode_alloc()
224 if (atomic_inc_32_nv(&zp->z_sync_cnt) == 1) in zfs_open()251 atomic_dec_32(&zp->z_sync_cnt); in zfs_close()
210 uint32_t z_sync_cnt; /* synchronous open count */ member