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

/freebsd-13-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c77 struct statfs stfsbuf; local
82 if (statfs(path, &stfsbuf) < 0)
84 if (fsidcmp(&stfsbuf.f_fsid, &stfsp->f_fsid) != 0)
94 struct statfs stfsbuf; local
125 if (statfs(path, &stfsbuf) < 0)
145 for (cp = stfsbuf.f_mntonname; issamefs(cp, &stfsbuf) != 1;
148 errx(1, "%s: Not a mount point", stfsbuf.f_mntonname);
150 if (cp != stfsbuf.f_mntonname)
151 strlcpy(stfsbuf
[all...]

Completed in 102 milliseconds