Searched refs:fsinfo (Results 1 – 8 of 8) sorted by relevance
49 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; in readboot() local202 || 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 …]
54 struct fstab *fsinfo; in blockcheck() local84 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()90 newname = fsinfo->fs_spec; in blockcheck()
153 struct statfs fsinfo; in main() local154 statfs(tmpdir.c_str(), &fsinfo); in main()155 tmpdir_on_tmpfs = (fsinfo.f_type == TMPFS_MAGIC); in main()
261 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()
164 struct fsinfo { struct
775 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()
402 usr.sbin/amd/fsinfo \
9569 OLD_FILES+=usr/sbin/fsinfo9579 OLD_FILES+=usr/share/man/man8/fsinfo.8.gz