Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findMountInfo (0.22 sec)

  1. pkg/volume/util/hostutil/hostutil_linux.go

    func (hu *HostUtil) EvalHostSymlinks(pathname string) (string, error) {
    	return filepath.EvalSymlinks(pathname)
    }
    
    // FindMountInfo returns the mount info on the given path.
    func (hu *HostUtil) FindMountInfo(path string) (mount.MountInfo, error) {
    	return findMountInfo(path, procMountInfoPath)
    }
    
    // isShared returns true, if given path is on a mount point that has shared
    // mount propagation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 23 08:36:44 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top