const go.etcd.io/bbolt.IgnoreNoSync

3 uses

	go.etcd.io/bbolt (current package)
		db.go#L31: const IgnoreNoSync = runtime.GOOS == "openbsd"
		tx.go#L558: 	if !tx.db.NoSync || IgnoreNoSync {
		tx.go#L595: 	if !tx.db.NoSync || IgnoreNoSync {