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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c516 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) &&
546 itx->itx_sync = (zp->z_sync_cnt != 0);
608 itx->itx_sync = (zp->z_sync_cnt != 0);
674 itx->itx_sync = (zp->z_sync_cnt != 0);
H A Dzfs_znode.c202 nzp->z_sync_cnt = ozp->z_sync_cnt;
651 zp->z_sync_cnt = 0;
H A Dzfs_vnops.c215 atomic_inc_32(&zp->z_sync_cnt);
240 atomic_dec_32(&zp->z_sync_cnt);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h196 uint32_t z_sync_cnt; /* synchronous open count */ member in struct:znode

Completed in 59 milliseconds