Searched refs:z_sync_cnt (Results 1 – 5 of 5) sorted by relevance
519 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) && in zfs_log_write()549 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()611 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()677 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
206 nzp->z_sync_cnt = ozp->z_sync_cnt; in zfs_znode_move_impl()666 zp->z_sync_cnt = 0; in zfs_znode_alloc()
223 atomic_inc_32(&zp->z_sync_cnt); in zfs_open()248 atomic_dec_32(&zp->z_sync_cnt); in zfs_close()
94 uint32_t z_sync_cnt; /* synchronous open count */ member
213 uint32_t z_sync_cnt; /* synchronous open count */ member