Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 142 for fsType (0.25 sec)

  1. src/syscall/zsyscall_linux_mips64.go

    func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(source)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(target)
    	if err != nil {
    		return
    	}
    	var _p2 *byte
    	_p2, err = BytePtrFromString(fstype)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 40.3K bytes
    - Viewed (0)
  2. src/syscall/zsyscall_linux_mipsle.go

    func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(source)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(target)
    	if err != nil {
    		return
    	}
    	var _p2 *byte
    	_p2, err = BytePtrFromString(fstype)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 40.3K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_linux_ppc64.go

    func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(source)
    	if err != nil {
    		return
    	}
    	var _p1 *byte
    	_p1, err = BytePtrFromString(target)
    	if err != nil {
    		return
    	}
    	var _p2 *byte
    	_p2, err = BytePtrFromString(fstype)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 41K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_darwin.go

    //sys	Mkdirat(dirfd int, path string, mode uint32) (err error)
    //sys	Mkfifo(path string, mode uint32) (err error)
    //sys	Mknod(path string, mode uint32, dev int) (err error)
    //sys	Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error)
    //sys	Open(path string, mode int, perm uint32) (fd int, err error)
    //sys	Openat(dirfd int, path string, mode int, perm uint32) (fd int, err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 20.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go

    	"tokenRequests":        "tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:18:43 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1/types_swagger_doc_generated.go

    	"tokenRequests":        "tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 07:07:45 UTC 2023
    - 23.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storage/v1/generated.proto

      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
      // if a fstype is defined and the volume's access mode contains ReadWriteOnce.
      //
      // +optional
      optional string fsGroupPolicy = 5;
    
      // tokenRequests indicates the CSI driver needs pods' service account
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/storage/v1beta1/generated.proto

      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
      // if a fstype is defined and the volume's access mode contains ReadWriteOnce.
      //
      // +optional
      optional string fsGroupPolicy = 5;
    
      // tokenRequests indicates the CSI driver needs pods' service account
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 25K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
      // if a fstype is defined and the volume's access mode contains ReadWriteOnce.
      //
      // +optional
      optional string fsGroupPolicy = 5;
    
      // tokenRequests indicates the CSI driver needs pods' service account
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/storage/v1/generated.proto

      // to determine if Kubernetes should modify ownership and permissions of the volume.
      // With the default policy the defined fsGroup will only be applied
      // if a fstype is defined and the volume's access mode contains ReadWriteOnce.
      //
      // +optional
      optional string fsGroupPolicy = 5;
    
      // tokenRequests indicates the CSI driver needs pods' service account
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top