Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dblock_disk_store.go80 type blockDiskStore struct { struct
97 return &blockDiskStore{
226 func (s *blockDiskStore) putInfo( argument
324 func (s *blockDiskStore) hasAnyRef( argument
351 func (s *blockDiskStore) getLiveCount( argument
378 func (s *blockDiskStore) hasContext( argument
400 func (s *blockDiskStore) hasData( argument
417 func (s *blockDiskStore) isUnflushed( argument
443 func (s *blockDiskStore) markFlushed( argument
460 func (s *blockDiskStore) getDataSize( argument
[all …]
H A Dblock_disk_store_test.go22 func setupBlockDiskStoreTest(t *testing.T) (tempdir string, s *blockDiskStore) {
38 ctx context.Context, t *testing.T, s *blockDiskStore, data []byte) ( argument
60 ctx context.Context, t *testing.T, s *blockDiskStore, argument
76 ctx context.Context, t *testing.T, s *blockDiskStore, argument
H A Dbserver_disk.go28 store *blockDiskStore
H A Dblock_journal.go84 s *blockDiskStore