statfs            238 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     struct statfs fsbuf;
statfs            315 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	err = statfs(filename, &fsbuf);
statfs            322 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	    err = statfs(dir, &fsbuf);
statfs            242 opal/mca/mpool/hugepage/mpool_hugepage_component.c             struct statfs info;
statfs            244 opal/mca/mpool/hugepage/mpool_hugepage_component.c             statfs (mntent->mnt_dir, &info);
statfs            520 opal/mca/pmix/pmix4x/pmix/src/util/path.c     struct statfs fsbuf;
statfs            552 opal/mca/pmix/pmix4x/pmix/src/util/path.c         fsrc = statfs(file, &fsbuf);
statfs            687 opal/mca/pmix/pmix4x/pmix/src/util/path.c     struct statfs buf;
statfs            699 opal/mca/pmix/pmix4x/pmix/src/util/path.c         rc = statfs(path, &buf);
statfs            513 opal/util/path.c     struct statfs fsbuf;
statfs            545 opal/util/path.c         fsrc = statfs(file, &fsbuf);
statfs            675 opal/util/path.c     struct statfs buf;
statfs            687 opal/util/path.c         rc = statfs(path, &buf);
statfs            149 test/util/opal_path_nfs.c     struct statfs mystatfs;
statfs            216 test/util/opal_path_nfs.c         if (statfs (dirs_tmp[i], &mystatfs)) {