Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 63 for ext4 (0.3 sec)

  1. cmd/data-scanner.go

    	failedSize      int64
    	pendingCount    uint64
    	failedCount     uint64
    }
    
    type getSizeFn func(item scannerItem) (sizeSummary, error)
    
    // transformMetaDir will transform a directory to prefix/file.ext
    func (i *scannerItem) transformMetaDir() {
    	split := strings.Split(i.prefix, SlashSeparator)
    	if len(split) > 1 {
    		i.prefix = pathJoin(split[:len(split)-1]...)
    	} else {
    		i.prefix = ""
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 45.5K bytes
    - Viewed (0)
  2. cmd/erasure-multipart.go

    		partsMetadata[index] = fi
    	}
    
    	// Guess content-type from the extension if possible.
    	if userDefined["content-type"] == "" {
    		userDefined["content-type"] = mimedb.TypeByExtension(path.Ext(object))
    	}
    
    	// if storageClass is standard no need to save it as part of metadata.
    	if userDefined[xhttp.AmzStorageClass] == storageclass.STANDARD {
    		delete(userDefined, xhttp.AmzStorageClass)
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 47.3K bytes
    - Viewed (0)
  3. api/go1.1.txt

    pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
    pkg syscall (darwin-386), const EWOULDBLOCK = 35
    pkg syscall (darwin-386), const EXDEV = 18
    pkg syscall (darwin-386), const EXTA = 19200
    pkg syscall (darwin-386), const EXTB = 38400
    pkg syscall (darwin-386), const EXTPROC = 2048
    pkg syscall (darwin-386), const FD_CLOEXEC = 1
    pkg syscall (darwin-386), const FD_SETSIZE = 1024
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EWOULDBLOCK = 35
    pkg syscall (netbsd-arm64-cgo), const EXDEV = 18
    pkg syscall (netbsd-arm64-cgo), const EXTA = 19200
    pkg syscall (netbsd-arm64-cgo), const EXTA ideal-int
    pkg syscall (netbsd-arm64-cgo), const EXTB = 38400
    pkg syscall (netbsd-arm64-cgo), const EXTB ideal-int
    pkg syscall (netbsd-arm64-cgo), const EXTPROC = 2048
    pkg syscall (netbsd-arm64-cgo), const EXTPROC ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EXDEV = 18 #53466
    pkg syscall (freebsd-riscv64), const EXTA = 19200 #53466
    pkg syscall (freebsd-riscv64), const EXTA ideal-int #53466
    pkg syscall (freebsd-riscv64), const EXTB = 38400 #53466
    pkg syscall (freebsd-riscv64), const EXTB ideal-int #53466
    pkg syscall (freebsd-riscv64), const EXTPROC = 2048 #53466
    pkg syscall (freebsd-riscv64), const EXTPROC ideal-int #53466
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  6. cmd/erasure-object.go

    			userDefined["etag"] = opts.PreserveETag
    		}
    	}
    
    	// Guess content-type from the extension if possible.
    	if userDefined["content-type"] == "" {
    		userDefined["content-type"] = mimedb.TypeByExtension(path.Ext(object))
    	}
    
    	// if storageClass is standard no need to save it as part of metadata.
    	if userDefined[xhttp.AmzStorageClass] == storageclass.STANDARD {
    		delete(userDefined, xhttp.AmzStorageClass)
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 80.4K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (darwin-386), const EV_POLL ideal-int
    pkg syscall (darwin-386), const EV_RECEIPT ideal-int
    pkg syscall (darwin-386), const EV_SYSFLAGS ideal-int
    pkg syscall (darwin-386), const EXTA ideal-int
    pkg syscall (darwin-386), const EXTB ideal-int
    pkg syscall (darwin-386), const EXTPROC ideal-int
    pkg syscall (darwin-386), const FD_CLOEXEC ideal-int
    pkg syscall (darwin-386), const FD_SETSIZE ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

        * Cherry-pick runc PR#608: Eliminate redundant parsing of mountinfo
        * Updated kubernetes to v1.4.5
        * Fixed a bug in e2fsprogs that caused mke2fs to take a very long time. Upstream fix: http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?h=next&id=d33e690fe7a6cbeb51349d9f2c7fb16a6ebec9c2
    ```
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.29.md

    - Added support for split image filesystem in kubelet. ([#120616](https://github.com/kubernetes/kubernetes/pull/120616), [@kannon92](https://github.com/kannon92))
    - Bumped `cel-go` to `v0.17.7` and introduced set `ext` library with new options. ([#121577](https://github.com/kubernetes/kubernetes/pull/121577), [@cici37](https://github.com/cici37))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Mar 12 00:36:01 UTC 2025
    - 429.6K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.34.md

    - Disabled reading of disk geometry before calling expansion for ext and xfs filesystems. ([#131568](https://github.com/kubernetes/kubernetes/pull/131568), [@gnufied](https://github.com/gnufied))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
Back to top