Home
last modified time | relevance | path

Searched defs:BlockPointer (Results 1 – 25 of 82) sorted by relevance

1234

/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dcr_chains_test.go26 func checkExpectedChains(t *testing.T, expected map[data.BlockPointer]data.BlockPointer,
27 expectedRenames map[data.BlockPointer]renameInfo, expectedRoot data.BlockPointer,
87 expected map[data.BlockPointer]data.BlockPointer,
88 revPtrs map[data.BlockPointer]data.BlockPointer,
89 affectedPtrs []data.BlockPointer, op op) (nextCurrPtr byte) {
101 func testCRCheckOps(t *testing.T, cc *crChains, original data.BlockPointer,
H A Dblock_util.go31 blockPtr data.BlockPointer, readyBlockData data.ReadyBlockData,
50 reporter Reporter, tlfID tlf.ID, blockPtr data.BlockPointer,
79 tlfID tlf.ID, tlfName tlf.CanonicalName, ptr data.BlockPointer,
80 bps blockPutState, blocksToRemoveChan chan data.BlockPointer,
182 cryptoPure cryptoPure, kmd libkey.KeyMetadata, blockPtr data.BlockPointer,
219 cryptoPure cryptoPure, kmd libkey.KeyMetadata, blockPtr data.BlockPointer,
235 cryptoPure cryptoPure, kmd libkey.KeyMetadata, blockPtr data.BlockPointer,
H A Dblock_getter.go17 context.Context, libkey.KeyMetadata, data.BlockPointer, data.Block,
20 context.Context, libkey.KeyMetadata, data.BlockPointer, data.Block,
23 context.Context, libkey.KeyMetadata, data.BlockPointer, data.Block,
H A Dcr_actions.go234 func prependOpsToChain(mostRecent data.BlockPointer, chains *crChains,
254 func crActionConvertSymlink(unmergedMostRecent data.BlockPointer,
284 mostRecentTargetPtr data.BlockPointer, unmergedChain *crChain,
337 ctx context.Context, mergedMostRecent data.BlockPointer,
607 original data.BlockPointer, chains *crChains, oldName string) {
H A Dops.go30 AddRefBlock(ptr data.BlockPointer)
31 DelRefBlock(ptr data.BlockPointer)
32 AddUnrefBlock(ptr data.BlockPointer)
33 DelUnrefBlock(ptr data.BlockPointer)
34 AddUpdate(oldPtr data.BlockPointer, newPtr data.BlockPointer)
70 AddSelfUpdate(ptr data.BlockPointer)
695 func newRenameOp(oldName string, oldOldDir data.BlockPointer,
696 newName string, oldNewDir data.BlockPointer, renamed data.BlockPointer,
895 func newSyncOp(oldFile data.BlockPointer) (*syncOp, error) {
1205 func newSetAttrOp(name string, oldDir data.BlockPointer,
[all …]
H A Dfolder_update_prepper.go686 func addUnrefToFinalResOp(ops opsList, ptr data.BlockPointer,
1099 func fixOpPointersForUpdate(oldOps []op, updates map[data.BlockPointer]data.BlockPointer,
H A Dnode.go32 ptr data.BlockPointer, name data.PathPartString, parent Node,
46 ptr data.BlockPointer, name data.PathPartString, parent Node,
H A Dinterfaces.go955 blockPtr data.BlockPointer) (kbfscrypto.TLFCryptKey, error)
1493 CancelPrefetch(data.BlockPointer)
1548 ctx context.Context, tlfID tlf.ID, ptrs []data.BlockPointer) (
2407 ptr data.BlockPointer, name data.PathPartString, parent Node,
2416 UpdatePointer(oldRef data.BlockRef, newPtr data.BlockPointer) NodeID
2632 synced(blockPtr data.BlockPointer) error
2651 ctx context.Context, parentPtr data.BlockPointer,
2654 ctx context.Context, parentPtr data.BlockPointer,
2657 ctx context.Context, parentPtr data.BlockPointer) (
2666 hasBlock(ctx context.Context, ptr data.BlockPointer) (bool, error)
[all …]
H A Dkbfs_ops_test.go569 func expectBlock(config *ConfigMock, kmd libkey.KeyMetadata, blockPtr data.BlockPointer, block data…
768 t *testing.T, config *ConfigMock, ptr data.BlockPointer, id tlf.ID,
1270 ptr data.BlockPointer, branch data.BranchName) data.Block {
1286 ptr data.BlockPointer, branch data.BranchName) *data.DirBlock {
1297 ptr data.BlockPointer, branch data.BranchName) *data.FileBlock {
2017 so *syncOp, filePtr data.BlockPointer, writes []WriteRange) {
2041 ops *folderBranchOps, filePtr data.BlockPointer, writes []WriteRange) {
H A Dprefetcher_test.go123 t *testing.T, bcache data.BlockCache, ptr data.BlockPointer, expectedBlock data.Block,
159 ctx context.Context, t *testing.T, pre Prefetcher, ptr data.BlockPointer) {
/dports/security/keybase/client-v5.7.1/go/kbfs/data/
H A Ddata_types.go183 type BlockPointer struct { struct
184 ID kbfsblock.ID `codec:"i"`
185 …en `codec:"k"` // if valid, which generation of the TLF{Writer,Reader}KeyBundle to use.
186 … `codec:"d"` // if valid, which version of the KBFS data structures is pointed to
187 …odec:"t,omitempty"` // the type (direct, indirect, or unknown [if omitted]) of the pointed-to block
188 kbfsblock.Context
196 func (p BlockPointer) IsValid() bool {
203 func (p BlockPointer) String() string {
213 func (p BlockPointer) IsInitialized() bool {
218 func (p BlockPointer) Ref() BlockRef {
[all …]
H A Dinterfaces.go81 AppendNewIndirectPtr(ptr BlockPointer, off Offset)
136 Get(ptr BlockPointer) (Block, error)
150 Put(ptr BlockPointer, tlf tlf.ID, block Block,
180 GetWithLifetime(ptr BlockPointer) (
197 IsDirty(tlfID tlf.ID, ptr BlockPointer, branch BranchName) bool
216 ctx context.Context, blockPtr BlockPointer, block Block,
218 SaveOldPtr(ctx context.Context, oldPtr BlockPointer) error
220 GetBlock(ctx context.Context, blockPtr BlockPointer) (Block, error)
229 ctx context.Context, tlfID tlf.ID, ptr BlockPointer,
234 ctx context.Context, tlfID tlf.ID, ptr BlockPointer, branch BranchName,
[all …]
H A Dpath.go189 BlockPointer anonMember
/dports/security/keybase/client-v5.7.1/go/kbfs/search/
H A Dindexed_block_db.go234 func blockDbKeyString(ptr data.BlockPointer) string {
242 func blockDbKey(ptr data.BlockPointer) []byte {
246 func tlfKey(tlfID tlf.ID, ptr data.BlockPointer) []byte {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection
/dports/lang/clang-mesa/clang-13.0.1.src/docs/
H A DConstantInterpreter.rst251 BlockPointer subsection

1234