Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 106 for F_fsid (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go

    	F_bfree       uint64
    	F_bavail      int64
    	F_files       uint64
    	F_ffree       uint64
    	F_favail      int64
    	F_syncwrites  uint64
    	F_syncreads   uint64
    	F_asyncwrites uint64
    	F_asyncreads  uint64
    	F_fsid        Fsid
    	F_namemax     uint32
    	F_owner       uint32
    	F_ctime       uint64
    	F_fstypename  [16]byte
    	F_mntonname   [90]byte
    	F_mntfromname [90]byte
    	F_mntfromspec [90]byte
    	_             [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go

    	F_bfree       uint64
    	F_bavail      int64
    	F_files       uint64
    	F_ffree       uint64
    	F_favail      int64
    	F_syncwrites  uint64
    	F_syncreads   uint64
    	F_asyncwrites uint64
    	F_asyncreads  uint64
    	F_fsid        Fsid
    	F_namemax     uint32
    	F_owner       uint32
    	F_ctime       uint64
    	F_fstypename  [16]byte
    	F_mntonname   [90]byte
    	F_mntfromname [90]byte
    	F_mntfromspec [90]byte
    	_             [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go

    	F_bfree       uint64
    	F_bavail      int64
    	F_files       uint64
    	F_ffree       uint64
    	F_favail      int64
    	F_syncwrites  uint64
    	F_syncreads   uint64
    	F_asyncwrites uint64
    	F_asyncreads  uint64
    	F_fsid        Fsid
    	F_namemax     uint32
    	F_owner       uint32
    	F_ctime       uint64
    	F_fstypename  [16]byte
    	F_mntonname   [90]byte
    	F_mntfromname [90]byte
    	F_mntfromspec [90]byte
    	_             [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go

    	F_bfree       uint64
    	F_bavail      int64
    	F_files       uint64
    	F_ffree       uint64
    	F_favail      int64
    	F_syncwrites  uint64
    	F_syncreads   uint64
    	F_asyncwrites uint64
    	F_asyncreads  uint64
    	F_fsid        Fsid
    	F_namemax     uint32
    	F_owner       uint32
    	F_ctime       uint64
    	F_fstypename  [16]byte
    	F_mntonname   [90]byte
    	F_mntfromname [90]byte
    	F_mntfromspec [90]byte
    	_             [2]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  5. pkg/kubelet/container/container_gc_test.go

    			writeableSeparateFromReadOnly: false,
    		},
    		{
    			name:                          "images and containers",
    			imageFs:                       []*runtimeapi.FilesystemUsage{{FsId: &runtimeapi.FilesystemIdentifier{Mountpoint: "image"}}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. pkg/kubelet/container/container_gc.go

    	// for work needed to support multiple filesystems.
    	if resp.ContainerFilesystems[0].FsId != nil && resp.ImageFilesystems[0].FsId != nil {
    		return resp.ContainerFilesystems[0].FsId.Mountpoint != resp.ImageFilesystems[0].FsId.Mountpoint
    	}
    	return false
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/cri_stats_provider_windows.go

    		}
    	}
    	var err error
    	fsID := stats.GetWritableLayer().GetFsId()
    	if fsID != nil {
    		imageFsInfo, found := fsIDtoInfo[*fsID]
    		if !found {
    			imageFsInfo, err = p.getFsInfo(fsID)
    			if err != nil {
    				return nil, fmt.Errorf("get filesystem info: %w", err)
    			}
    			fsIDtoInfo[*fsID] = imageFsInfo
    		}
    		if imageFsInfo != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 07:03:11 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. src/syscall/ztypes_dragonfly_amd64.go

    }
    
    type Statfs_t struct {
    	Spare2      int64
    	Bsize       int64
    	Iosize      int64
    	Blocks      int64
    	Bfree       int64
    	Bavail      int64
    	Files       int64
    	Ffree       int64
    	Fsid        Fsid
    	Owner       uint32
    	Type        int32
    	Flags       int32
    	Pad_cgo_0   [4]byte
    	Syncwrites  int64
    	Asyncwrites int64
    	Fstypename  [16]int8
    	Mntonname   [80]int8
    	Syncreads   int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  9. src/syscall/ztypes_freebsd_arm.go

    	Files       uint64
    	Ffree       int64
    	Syncwrites  uint64
    	Asyncwrites uint64
    	Syncreads   uint64
    	Asyncreads  uint64
    	Spare       [10]uint64
    	Namemax     uint32
    	Owner       uint32
    	Fsid        Fsid
    	Charspare   [80]int8
    	Fstypename  [16]int8
    	Mntfromname [1024]int8
    	Mntonname   [1024]int8
    }
    
    type Flock_t struct {
    	Start     int64
    	Len       int64
    	Pid       int32
    	Type      int16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
  10. src/syscall/ztypes_freebsd_arm64.go

    	Files       uint64
    	Ffree       int64
    	Syncwrites  uint64
    	Asyncwrites uint64
    	Syncreads   uint64
    	Asyncreads  uint64
    	Spare       [10]uint64
    	Namemax     uint32
    	Owner       uint32
    	Fsid        Fsid
    	Charspare   [80]int8
    	Fstypename  [16]int8
    	Mntfromname [1024]int8
    	Mntonname   [1024]int8
    }
    
    type Flock_t struct {
    	Start     int64
    	Len       int64
    	Pid       int32
    	Type      int16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 8K bytes
    - Viewed (0)
Back to top