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

/freebsd-13-stable/sbin/fsck_msdosfs/
H A Dboot.c51 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
204 || read(dosfs, fsinfo, sizeof fsinfo) != sizeof fsinfo) {
205 perr("could not read fsinfo block");
208 if (memcmp(fsinfo, "RRaA", 4)
209 || memcmp(fsinfo + 0x1e4, "rrAa", 4)
210 || fsinfo[0x1fc]
211 || fsinfo[0x1fd]
212 || fsinfo[
341 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
[all...]
/freebsd-13-stable/sbin/fsck_ffs/
H A Dutilities.c62 struct fstab *fsinfo; local
92 if ((fsinfo = getfsfile(origname)) == NULL) {
98 newname = fsinfo->fs_spec;
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test-main.cc153 struct statfs fsinfo; local
154 statfs(tmpdir.c_str(), &fsinfo);
155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC);
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c269 struct fsinfo *fp;
272 * XXX If the fsinfo block is stored on media with
273 * 2KB or larger sectors, is the fsinfo structure
279 fp = (struct fsinfo *)bp->b_data;
291 * Check and validate (or perhaps invalidate?) the fsinfo structure?
370 struct fsinfo *fp;
384 fp = (struct fsinfo *)bp->b_data;
/freebsd-13-stable/sys/fs/msdosfs/
H A Dbpb.h165 struct fsinfo { struct
H A Dmsdosfs_vfsops.c647 * Check the fsinfo sector if we have one. Silently fix up our
653 struct fsinfo *fp;
658 fp = (struct fsinfo *)bp->b_data;
675 * value if there is no fsinfo. We will use pmp->pm_nxtfree
676 * internally even if there is no fsinfo.
879 struct fsinfo *fp;
893 fp = (struct fsinfo *)bp->b_data;
/freebsd-13-stable/targets/pseudo/userland/
H A DMakefile.depend419 usr.sbin/amd/fsinfo \

Completed in 133 milliseconds