Man Page: hugetlbfs_test_path
Operating Environment: centos
Section: 3
HUGETLBFS_TEST_PATH(3) Library Functions Manual HUGETLBFS_TEST_PATH(3)NAMEhugetlbfs_test_path - Determine whether a mount point is hugetlbfsSYNOPSIS#include <hugetlbfs.h> int hugetlbfs_test_path(const char *mount);DESCRIPTIONThe hugetlbfs_test_path() function determines whether a given pathname is in a hugetlbfs filesystem.RETURN VALUEOn success, 1 is returned for a hugetlbfs filesystem, or 0 for a non-hugetlbfs filesystem. On failure, -1 is returned and errno is set appropriately.ERRORSPlease see statfs(3) for possible values for errno.SEE ALSOstatfs(3), libhugetlbfs(7)AUTHORSlibhugetlbfs was written by various people on the libhugetlbfs-devel mailing list. March 7, 2012 HUGETLBFS_TEST_PATH(3)
| Related Man Pages |
|---|
| ld.hugetlbfs(1) - centos |
| pagesize(1) - centos |
| free_huge_pages(3) - centos |
| hugetlbfs_find_path_for_size(3) - centos |
| hugeedit(7) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| [TIP] Processing YAML files with yq |