Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/xl-storage.go

    		return err
    	}
    
    	if n != len(buf) {
    		return io.ErrShortWrite
    	}
    
    	return nil
    }
    
    // checkPart is a light check of an existing and size of a part, without doing a bitrot operation
    // For any unexpected error, return checkPartUnknown (zero)
    func (s *xlStorage) checkPart(volumeDir, path, dataDir string, partNum int, expectedSize int64, skipAccessCheck bool) (resp int) {
    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