Lines Matching refs:statfs
69 struct statfs *checkmntlist(char *);
71 struct statfs *getmntentry(const char *fromname, const char *onname,
74 size_t mntinfo (struct statfs **);
80 int umountfs(struct statfs *sfs);
90 struct statfs *mntbuf, *sfs;
258 struct statfs sfsbuf;
260 struct statfs *sfs;
293 * 4. Resort to a statfs(2) call. This is the last check so that
295 * potentially blocking forever in statfs() as long as the
303 if (statfs(mntname, &sfsbuf) != 0) {
304 warn("%s: statfs", mntname);
334 umountfs(struct statfs *sfs)
485 struct statfs *
488 static struct statfs *mntbuf;
491 struct statfs *sfs, *foundsfs;
592 struct statfs *
595 struct statfs *sfs;
609 mntinfo(struct statfs **mntbuf)
611 static struct statfs *origbuf;
618 bufsize = (mntsize + 1) * sizeof(struct statfs);