Home
last modified time | relevance | path

Searched refs:makeLoopDevice (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/volumepathhandler/
H A Dvolume_path_handler_linux.go47 blockDevicePath, err = makeLoopDevice(path)
89 func makeLoopDevice(path string) (string, error) { func
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/storageos/
H A Dstorageos_util.go358 blockDevicePath, err = makeLoopDevice(path, exec)
379 func makeLoopDevice(path string, exec utilexec.Interface) (string, error) { func