Lines Matching refs:getmntinfo
1882 # Check whether we have getmntinfo
1884 # on other operating systems with getmntinfo(3).
1886 # getmntinfo(3) for FreeBSD/DragonFlyBSD/OpenBSD.
1888 if test "$getmntinfo" != "yes" ; then
1889 getmntinfo="no"
1898 return getmntinfo(&st, MNT_NOWAIT);
1901 if compile_prog "-Werror" "" "getmntinfo"; then
1902 getmntinfo="yes"
1904 echo "getmntinfo $getmntinfo"
1906 # getmntinfo(3) for NetBSD.
1916 return getmntinfo(&st, MNT_NOWAIT);
1920 if test "$getmntinfo" != "yes" && compile_prog "-Werror" "" "getmntinfo_statvfs"; then
2222 if test "$getmntinfo" = "yes" ; then