Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for MNT_FORCE (0.14 sec)

  1. cmd/kubeadm/app/cmd/phases/reset/unmount_linux.go

    	"k8s.io/klog/v2"
    
    	utilerrors "k8s.io/apimachinery/pkg/util/errors"
    
    	kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
    )
    
    var flagMap = map[string]int{
    	kubeadmapi.UnmountFlagMNTForce:       unix.MNT_FORCE,
    	kubeadmapi.UnmountFlagMNTDetach:      unix.MNT_DETACH,
    	kubeadmapi.UnmountFlagMNTExpire:      unix.MNT_EXPIRE,
    	kubeadmapi.UnmountFlagUmountNoFollow: unix.UMOUNT_NOFOLLOW,
    }
    
    func flagsToInt(flags []string) int {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 10:58:44 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/types.go

    	Plan UpgradePlanConfiguration
    
    	// Timeouts holds various timeouts that apply to kubeadm commands.
    	Timeouts *Timeouts
    }
    
    const (
    	// UnmountFlagMNTForce represents the flag "MNT_FORCE"
    	UnmountFlagMNTForce = "MNT_FORCE"
    	// UnmountFlagMNTDetach represents the flag "MNT_DETACH"
    	UnmountFlagMNTDetach = "MNT_DETACH"
    	// UnmountFlagMNTExpire represents the flag "MNT_EXPIRE"
    	UnmountFlagMNTExpire = "MNT_EXPIRE"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. src/syscall/exec_linux_test.go

    	t.Cleanup(func() {
    		// If the subprocess fails to unshare the parent directory, force-unmount it
    		// so that the test can clean it up.
    		if _, err := os.Stat(d); err == nil {
    			syscall.Unmount(d, syscall.MNT_FORCE)
    		}
    	})
    	cmd := testenv.Command(t, exe, "-test.run=^TestUnshareMountNameSpace$", d)
    	cmd.Env = append(cmd.Environ(), "GO_WANT_HELPER_PROCESS=1")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	MNT_EXKERB                        = 0x800
    	MNT_EXPORTANON                    = 0x400
    	MNT_EXPORTED                      = 0x100
    	MNT_EXPUBLIC                      = 0x20000000
    	MNT_EXRDONLY                      = 0x80
    	MNT_FORCE                         = 0x80000
    	MNT_IGNORE                        = 0x800000
    	MNT_LAZY                          = 0x4
    	MNT_LOCAL                         = 0x1000
    	MNT_NOATIME                       = 0x10000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_riscv64.go

    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MCL_ONFAULT                      = 0x4
    	MNT_DETACH                       = 0x2
    	MNT_EXPIRE                       = 0x4
    	MNT_FORCE                        = 0x1
    	MSG_BATCH                        = 0x40000
    	MSG_CMSG_CLOEXEC                 = 0x40000000
    	MSG_CONFIRM                      = 0x800
    	MSG_CTRUNC                       = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_386.go

    	MAP_TYPE                         = 0xf
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MNT_DETACH                       = 0x2
    	MNT_EXPIRE                       = 0x4
    	MNT_FORCE                        = 0x1
    	MSG_CMSG_CLOEXEC                 = 0x40000000
    	MSG_CONFIRM                      = 0x800
    	MSG_CTRUNC                       = 0x8
    	MSG_DONTROUTE                    = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_amd64.go

    	MAP_TYPE                         = 0xf
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MNT_DETACH                       = 0x2
    	MNT_EXPIRE                       = 0x4
    	MNT_FORCE                        = 0x1
    	MSG_CMSG_CLOEXEC                 = 0x40000000
    	MSG_CONFIRM                      = 0x800
    	MSG_CTRUNC                       = 0x8
    	MSG_DONTROUTE                    = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_arm.go

    	MAP_TYPE                         = 0xf
    	MCL_CURRENT                      = 0x1
    	MCL_FUTURE                       = 0x2
    	MNT_DETACH                       = 0x2
    	MNT_EXPIRE                       = 0x4
    	MNT_FORCE                        = 0x1
    	MSG_CMSG_CLOEXEC                 = 0x40000000
    	MSG_CONFIRM                      = 0x800
    	MSG_CTRUNC                       = 0x8
    	MSG_DONTROUTE                    = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go

    	MNT_DOOMED                        = 0x8000000
    	MNT_EXPORTANON                    = 0x400
    	MNT_EXPORTED                      = 0x100
    	MNT_EXRDONLY                      = 0x80
    	MNT_FORCE                         = 0x80000
    	MNT_LAZY                          = 0x3
    	MNT_LOCAL                         = 0x1000
    	MNT_NOATIME                       = 0x8000
    	MNT_NODEV                         = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go

    	MNT_DOOMED                        = 0x8000000
    	MNT_EXPORTANON                    = 0x400
    	MNT_EXPORTED                      = 0x100
    	MNT_EXRDONLY                      = 0x80
    	MNT_FORCE                         = 0x80000
    	MNT_LAZY                          = 0x3
    	MNT_LOCAL                         = 0x1000
    	MNT_NOATIME                       = 0x8000
    	MNT_NODEV                         = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
Back to top