Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for partNums (0.05 sec)

  1. cmd/xl-storage.go

    // For any unexpected error, return checkPartUnknown (zero)
    func (s *xlStorage) checkPart(volumeDir, path, dataDir string, partNum int, expectedSize int64, skipAccessCheck bool) (resp int) {
    	partPath := pathJoin(path, dataDir, fmt.Sprintf("part.%d", partNum))
    	filePath := pathJoin(volumeDir, partPath)
    	st, err := Lstat(filePath)
    	if err != nil {
    		if osIsNotExist(err) {
    			if !skipAccessCheck {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top