Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeAllMeta (0.06 sec)

  1. cmd/xl-storage.go

    	// This can especially be observed with NFS and with disk quota.
    	return w.Close()
    }
    
    // writeAllMeta - writes all metadata to a temp file and then links it to the final destination.
    func (s *xlStorage) writeAllMeta(ctx context.Context, volume string, path string, b []byte, sync bool) (err error) {
    	if contextCanceled(ctx) {
    		return ctx.Err()
    	}
    
    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