Documentation
¶
Index ¶
- Constants
- Variables
- func Check(chkopt int) (err error)
- func Clean(opt string) error
- func InitLocalDir(dir string, volname string, partitionId string, dirType string) (tinyFilePath string, normalFilePath string, err error)
- func NewRootCmd() *cobra.Command
- type BadNornalExtent
- type Dentry
- type ExtentForGc
- type Inode
- type Summary
- type VerifyInfo
Constants ¶
View Source
const ( InodeCheckOpt int = 1 << iota DentryCheckOpt )
View Source
const ( MaxBloomFilterSize uint64 = 50 * 1024 * 1024 * 1024 // MaxBloomFilterSize uint64 = 50 * 1024 * 1024 MpDir string = "mp" DpDir string = "dp" BadDir string = "bad" BackSuffix string = ".succ" )
View Source
const (
BuffersTotalLimit = 1024 * 1024 // 1M
)
View Source
const (
MaxFollowPathTaskNum = 120
)
Variables ¶
Functions ¶
func InitLocalDir ¶
func NewRootCmd ¶
Types ¶
type BadNornalExtent ¶
type ExtentForGc ¶
type Inode ¶
type VerifyInfo ¶
Click to show internal directories.
Click to hide internal directories.