Home
last modified time | relevance | path

Searched refs:GetLoopDevice (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/volumepathhandler/
H A Dvolume_path_handler_linux.go39 blockDevicePath, err := v.GetLoopDevice(path)
58 loopPath, err := v.GetLoopDevice(path)
77 func (v VolumePathHandler) GetLoopDevice(path string) (string, error) { func
H A Dvolume_path_handler_unsupported.go40 func (v VolumePathHandler) GetLoopDevice(path string) (string, error) { func
H A Dvolume_path_handler.go61 GetLoopDevice(path string) (string, error) methodSpec
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/testing/
H A Dtesting.go1229 func (fv *FakeVolumePathHandler) GetLoopDevice(path string) (string, error) { func