Searched refs:mountpoint (Results 1 – 3 of 3) sorted by relevance
173 def mount_huge(pagesize, mountpoint): argument175 if mountpoint in get_mountpoints():176 print(mountpoint, "already mounted")181 cmd += ' nodev ' + mountpoint185 def umount_huge(mountpoint): argument187 if mountpoint in get_mountpoints():188 os.system("umount " + mountpoint)
85 a sub-directory within a hugetlbfs mountpoint.
22 within a hugetlbfs mountpoint.