Home
last modified time | relevance | path

Searched defs:mmapAccessor (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dreader.go1359 type mmapAccessor struct { struct
1365 mu sync.RWMutex
1366 b []byte
1367 f *os.File
1369 index *indirectIndex
1372 func (m *mmapAccessor) init() (*indirectIndex, error) {
1426 func (m *mmapAccessor) free() error {
1453 func (m *mmapAccessor) incAccess() {
1457 func (m *mmapAccessor) rename(path string) error {
1689 func (m *mmapAccessor) path() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dreader.go1302 type mmapAccessor struct { struct
1308 mu sync.RWMutex
1309 b []byte
1310 f *os.File
1312 index *indirectIndex
1315 func (m *mmapAccessor) init() (*indirectIndex, error) {
1369 func (m *mmapAccessor) free() error {
1396 func (m *mmapAccessor) incAccess() {
1400 func (m *mmapAccessor) rename(path string) error {
1537 func (m *mmapAccessor) path() string {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dreader.go1303 type mmapAccessor struct { struct
1309 mu sync.RWMutex
1310 b []byte
1311 f *os.File
1313 index *indirectIndex
1316 func (m *mmapAccessor) init() (*indirectIndex, error) {
1370 func (m *mmapAccessor) free() error {
1397 func (m *mmapAccessor) incAccess() {
1401 func (m *mmapAccessor) rename(path string) error {
1538 func (m *mmapAccessor) path() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dreader.go1303 type mmapAccessor struct { struct
1309 mu sync.RWMutex
1310 b []byte
1311 f *os.File
1313 index *indirectIndex
1344 func (m *mmapAccessor) init() (*indirectIndex, error) {
1402 func (m *mmapAccessor) free() error {
1429 func (m *mmapAccessor) incAccess() {
1433 func (m *mmapAccessor) rename(path string) error {
1570 func (m *mmapAccessor) path() string {
[all …]