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

/freebsd-current/sbin/fsck_msdosfs/
H A Dboot.c49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
202 || read(dosfs, fsinfo, sizeof fsinfo) != sizeof fsinfo) {
203 perr("could not read fsinfo block");
206 if (memcmp(fsinfo, "RRaA", 4)
207 || memcmp(fsinfo + 0x1e4, "rrAa", 4)
208 || fsinfo[0x1fc]
209 || fsinfo[0x1fd]
210 || fsinfo[
339 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
[all...]
/freebsd-current/sbin/fsck_ffs/
H A Dutilities.c54 struct fstab *fsinfo; local
84 if ((fsinfo = getfsfile(origname)) == NULL) {
90 newname = fsinfo->fs_spec;
/freebsd-current/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-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c261 struct fsinfo *fp;
264 * XXX If the fsinfo block is stored on media with
265 * 2KB or larger sectors, is the fsinfo structure
271 fp = (struct fsinfo *)bp->b_data;
283 * Check and validate (or perhaps invalidate?) the fsinfo structure?
362 struct fsinfo *fp;
376 fp = (struct fsinfo *)bp->b_data;
/freebsd-current/sys/fs/msdosfs/
H A Dbpb.h164 struct fsinfo { struct
H A Dmsdosfs_vfsops.c767 * Check the fsinfo sector if we have one. Silently fix up our
773 struct fsinfo *fp;
778 fp = (struct fsinfo *)bp->b_data;
795 * value if there is no fsinfo. We will use pmp->pm_nxtfree
796 * internally even if there is no fsinfo.
1074 struct fsinfo *fp;
1088 fp = (struct fsinfo *)bp->b_data;
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend403 usr.sbin/amd/fsinfo \

Completed in 113 milliseconds