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

/netbsd-current/usr.bin/fstat/
H A Dzfs_znode.h94 uint32_t z_sync_cnt; /* synchronous open count */ member in struct:znode
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_log.c519 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) &&
549 itx->itx_sync = (zp->z_sync_cnt != 0);
611 itx->itx_sync = (zp->z_sync_cnt != 0);
677 itx->itx_sync = (zp->z_sync_cnt != 0);
H A Dzfs_znode.c206 nzp->z_sync_cnt = ozp->z_sync_cnt;
666 zp->z_sync_cnt = 0;
H A Dzfs_vnops.c223 atomic_inc_32(&zp->z_sync_cnt);
248 atomic_dec_32(&zp->z_sync_cnt);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h213 uint32_t z_sync_cnt; /* synchronous open count */ member in struct:znode

Completed in 376 milliseconds