- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 107 for Fs (0.02 sec)
-
cmd/metacache-walk.go
ForwardTo string // Limit the number of returned objects if > 0. Limit int // DiskID contains the disk ID of the disk. // Leave empty to not check disk ID. DiskID string } // supported FS for Nlink optimization in readdir. const ( xfs = "XFS" ext4 = "EXT4" ) // WalkDir will traverse a directory and return all entries found. // On success a sorted meta cache stream will be returned.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Jun 01 05:17:37 UTC 2024 - 12.4K bytes - Viewed (0) -
api/go1.21.txt
pkg go/types, method (*Package) GoVersion() string #61175 pkg html/template, const ErrJSTemplate = 12 #59584 pkg html/template, const ErrJSTemplate ErrorCode #59584 pkg io/fs, func FormatDirEntry(DirEntry) string #54451 pkg io/fs, func FormatFileInfo(FileInfo) string #54451 pkg log/slog, const KindAny = 0 #56345 pkg log/slog, const KindAny Kind #56345 pkg log/slog, const KindBool = 1 #56345
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
cmd/endpoint-ellipses.go
if len(args) > 1 { var err error setIndexes, err = getSetIndexes(args, []uint64{uint64(len(args))}, setDriveCount, nil) if err != nil { return nil, err } } else { // We are in FS setup, proceed forward. setIndexes = [][]uint64{{uint64(len(args))}} } s := endpointSet{ endpoints: args, setIndexes: setIndexes, } setArgs = s.Get() } else {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 14.7K bytes - Viewed (0) -
cmd/bucket-replication-utils_gen.go
var zb0002 int zb0002, err = dc.ReadInt() if err != nil { err = msgp.WrapError(err, "ResyncStatus") return } z.ResyncStatus = ResyncStatusType(zb0002) } case "fs": z.FailedSize, err = dc.ReadInt64() if err != nil { err = msgp.WrapError(err, "FailedSize") return } case "frc": z.FailedCount, err = dc.ReadInt64() if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Mar 21 17:21:35 UTC 2024 - 61.1K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
"¾ýt~JEe˨{zªHovV„]˺`mN¾ÊWBfWo †ÃEGºDæÓ H ›> †l %gQ G~Y*›: !¼ 4~„GxRûNsnyEpRª|ÿ‚¯åàòïäNm¢qbï-eDW¸Bzgt»"zeÖZs~ toMDlMes®êwHºFzs¨ÖGrû^qK@ª¾>pï¢ 1 |mÈI QwW@¨z{DsªÖ fs þêW\„@qrï{@ûhk¦ 0ÿê qE¸^wªÜxo> sZWqtïŽBYF܈EZïEyBkåKjôc¢Ô^ UDŒeÈ}SÐ|} ªcYlqIì}J M° }b›#¾Fï~vmc÷5`@ò8ïPeòJˆ}„ZÖyJc¢ü¬ˆ\PU¨¡eYuxSñ¢G`CQäêñºjóFr¨<rfÂzZq¢»•ûk`Icjñ–}cxyW¸ñ@aS~fs(puTÌ ÇaNd²H‹r O¾bñÀ êkDEqH¸çìs²@D}êLqAŒ{V ÎyTt¢Z‹ Dt bf Ô™ŒÂÍ T{€ e@ ¼KòJˆ^\G†—QT ®…yxYs^wˆÖKKNGåZ_Pg~Wˆcp¸zøoºinNqTzyf¼ÆuNEcH ºº's\<àe 8› # 93 ' & Œ </ " %< H vW²|vÜt@_...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/object-api-datatypes.go
// BackendType - represents different backend types. type BackendType int // Enum for different backend types. const ( Unknown = BackendType(madmin.Unknown) // Filesystem backend. BackendFS = BackendType(madmin.FS) // Multi disk BackendErasure (single, distributed) backend. BackendErasure = BackendType(madmin.Erasure) // Add your own backend. ) // StorageInfo - represents total capacity of underlying storage.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 20.9K bytes - Viewed (0) -
api/go1.17.txt
pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64 pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color) pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64) pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry pkg math (darwin-amd64), const MaxInt = 9223372036854775807 pkg math (darwin-amd64), const MaxUint = 18446744073709551615 pkg math (darwin-amd64), const MinInt = -9223372036854775808
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
cmd/bucket-metadata.go
configData, info, err := readConfigWithMetadata(ctx, objectAPI, configFile, ObjectOptions{}) if err != nil { if _, ok := err.(ObjectExistsAsDirectory); ok { // in FS mode it possible that we have actual // files in this folder with `.minio.sys/buckets/bucket/configFile` continue } if errors.Is(err, errConfigNotFound) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 28 15:32:18 UTC 2024 - 18.2K bytes - Viewed (0) -
cmd/test-utils_test.go
AccessKey string SecretKey string Server *httptest.Server Obj ObjectLayer cancel context.CancelFunc rawDiskPaths []string } // UnstartedTestServer - Configures a temp FS/Erasure backend, // initializes the endpoints and configures the test server. // The server should be started using the Start() method. func UnstartedTestServer(t TestErrHandler, instanceType string) TestServer {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 01 22:13:18 UTC 2024 - 77K bytes - Viewed (0) -
cmd/xl-storage-format_test.go
xhttp "github.com/minio/minio/internal/http" ) func TestIsXLMetaFormatValid(t *testing.T) { tests := []struct { name int version string format string want bool }{ {1, "123", "fs", false}, {2, "123", xlMetaFormat, false}, {3, xlMetaVersion100, "test", false}, {4, xlMetaVersion101, "hello", false}, {5, xlMetaVersion100, xlMetaFormat, true}, {6, xlMetaVersion101, xlMetaFormat, true}, }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Feb 22 06:26:06 UTC 2024 - 17.6K bytes - Viewed (0)