MCPcopy
hub / github.com/cubefs/cubefs / TxDentry

Struct TxDentry

metanode/dentry.go:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365type TxDentry struct {
366 // ParInode *Inode
367 Dentry *Dentry
368 TxInfo *proto.TransactionInfo
369}
370
371func NewTxDentry(parentID uint64, name string, ino uint64, mode uint32, parInode *Inode, txInfo *proto.TransactionInfo) *TxDentry {
372 dentry := &Dentry{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected