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

/freebsd-10.0-release/sbin/umount/
H A Dumount.c234 struct statfs sfsbuf; local
279 if (statfs(mntname, &sfsbuf) != 0) {
294 sfs = &sfsbuf;

Completed in 55 milliseconds