MCPcopy
hub / github.com/cubefs/cubefs / GetExtents

Method GetExtents

remotecache/flashnode/client.go:9–9  ·  view source on GitHub ↗
(inode uint64, isCache, openForWrite, isMigration bool)

Source from the content-addressed store, hash-verified

7 InodeGet_ll(inode uint64) (*proto.InodeInfo, error)
8 ReadDirLimit_ll(parentID uint64, from string, limit uint64) ([]proto.Dentry, error)
9 GetExtents(inode uint64, isCache, openForWrite, isMigration bool) (gen uint64, size uint64, extents []proto.ExtentKey, err error)
10 Close() error
11}
12

Callers 7

syncMetaMethod · 0.65
TestSplitKeyDeletionFunction · 0.65
GetExtentByVerMethod · 0.65
CompleteMultipartMethod · 0.65
referenceExtentKeyMethod · 0.65
verifyInodeFunction · 0.65
warmUpMethod · 0.65

Implementers 1

MetaWrappersdk/meta/meta.go

Calls

no outgoing calls

Tested by 1

TestSplitKeyDeletionFunction · 0.52