Home
last modified time | relevance | path

Searched refs:fsinfo (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Dboot.c49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot() local
202 || read(dosfs, fsinfo, sizeof fsinfo) != sizeof fsinfo) { in readboot()
206 if (memcmp(fsinfo, "RRaA", 4) in readboot()
207 || memcmp(fsinfo + 0x1e4, "rrAa", 4) in readboot()
208 || fsinfo[0x1fc] in readboot()
209 || fsinfo[0x1fd] in readboot()
210 || fsinfo[0x1fe] != 0x55 in readboot()
211 || fsinfo[0x1ff] != 0xaa in readboot()
212 || fsinfo[0x3fc] in readboot()
213 || fsinfo[0x3fd] in readboot()
[all …]
/freebsd/sbin/fsck_ffs/
H A Dutilities.c54 struct fstab *fsinfo; in blockcheck() local
84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()
90 newname = fsinfo->fs_spec; in blockcheck()
/freebsd/contrib/capsicum-test/
H A Dcapsicum-test-main.cc153 struct statfs fsinfo; in main() local
154 statfs(tmpdir.c_str(), &fsinfo); in main()
155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC); in main()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vfsops.c261 struct fsinfo *fp; in m_msdosfs_mount()
271 fp = (struct fsinfo *)bp->b_data; in m_msdosfs_mount()
362 struct fsinfo *fp; in msdosfs_fsiflush()
376 fp = (struct fsinfo *)bp->b_data; in msdosfs_fsiflush()
/freebsd/sys/fs/msdosfs/
H A Dbpb.h164 struct fsinfo { struct
H A Dmsdosfs_vfsops.c775 struct fsinfo *fp; in mountmsdosfs()
780 fp = (struct fsinfo *)bp->b_data; in mountmsdosfs()
1076 struct fsinfo *fp; in msdosfs_fsiflush()
1090 fp = (struct fsinfo *)bp->b_data; in msdosfs_fsiflush()
/freebsd/targets/pseudo/userland/
H A DMakefile.depend402 usr.sbin/amd/fsinfo \
/freebsd/
H A DObsoleteFiles.inc9569 OLD_FILES+=usr/sbin/fsinfo
9579 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz