Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeAllDirect (1.2 sec)

  1. cmd/xl-storage.go

    				// parent volume name is minioMetaTmpBucket
    				removeAll(parentFilePath)
    			}
    		}
    	}()
    
    	return s.writeAllDirect(ctx, filePath, fileSize, r, os.O_CREATE|os.O_WRONLY|os.O_EXCL, volumeDir, false)
    }
    
    func (s *xlStorage) writeAllDirect(ctx context.Context, filePath string, fileSize int64, r io.Reader, flags int, skipParent string, truncate bool) (err error) {
    	if contextCanceled(ctx) {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jun 13 11:33:47 UTC 2025
    - 91.7K bytes
    - Viewed (0)
Back to top