Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c538 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) && in zfs_log_write()
575 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_truncate()
644 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_setattr()
710 itx->itx_sync = (zp->z_sync_cnt != 0); in zfs_log_acl()
H A Dzfs_znode.c203 nzp->z_sync_cnt = ozp->z_sync_cnt; in zfs_znode_move_impl()
653 zp->z_sync_cnt = 0; in zfs_znode_alloc()
H A Dzfs_vnops.c215 atomic_inc_32(&zp->z_sync_cnt); in zfs_open()
240 atomic_dec_32(&zp->z_sync_cnt); in zfs_close()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h194 uint32_t z_sync_cnt; /* synchronous open count */ member