Searched refs:statfsbuf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_insize.c48 struct statfs statfsbuf; local
55 if (fstatfs(cfp->fdr, &statfsbuf) != 0) {
59 ffd = open(statfsbuf.f_mntfromname, O_RDONLY);
61 warn("open(%s, O_RDONLY)", statfsbuf.f_mntfromname);
/freebsd-13-stable/bin/df/
H A Ddf.c114 struct statfs statfsbuf, totalbuf; local
253 if (statfs(mntpt, &statfsbuf) < 0) {
265 if (checkvfsname(statfsbuf.f_fstypename, vfslist)) {
271 statfsbuf.f_flags &= ~MNT_IGNORE;
274 mntbuf[mntsize++] = statfsbuf;

Completed in 130 milliseconds