Home
last modified time | relevance | path

Searched refs:newfs (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/sbin/newfs/
DMakefile4 PROG= newfs
5 SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
6 MAN= newfs.8
17 LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
18 MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8
/mirbsd/src/sys/ufs/ffs/
Dffs_vfsops.c530 struct fs *fs, *newfs; local
559 newfs = (struct fs *)bp->b_data;
560 if (newfs->fs_magic != FS_MAGIC || (u_int)newfs->fs_bsize > MAXBSIZE ||
561 newfs->fs_bsize < sizeof(struct fs) ||
562 (u_int)newfs->fs_sbsize > SBSIZE) {
572 newfs->fs_csp = fs->fs_csp;
573 newfs->fs_maxcluster = fs->fs_maxcluster;
574 newfs->fs_ronly = fs->fs_ronly;
575 bcopy(newfs, fs, (u_int)fs->fs_sbsize);
/mirbsd/src/sys/arch/i386/stand/
DMakefile33 ${SUDO} newfs -O -m 0 -o space -i 3000 -c 80 /dev/r${_i}a
/mirbsd/src/usr.sbin/makefs/
DTODO39 - whacking on newfs/mkfs.c to allow .PATH-ing directly into makefs(8).
DREADME110 In the ffs case, we can leverage off sbin/newfs/mkfs.c to actually build
/mirbsd/src/sbin/
DMakefile56 SUBDIR+= newfs
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c394 struct ext2fs *newfs; local
420 newfs = (struct ext2fs *)bp->b_data;
421 error = ext2fs_checksb(newfs, (mountp->mnt_flag & MNT_RDONLY) != 0);
431 e2fs_sbload(newfs, &fs->e2fs);
/mirbsd/src/distrib/dbins/
DMakefile.sub78 SUBDIR+= sbin/newfs
/mirbsd/src/distrib/common/
Dlist30 LINK instbin sbin/newfs sbin/mount_mfs
Dinstall.sh239 newfs -q $_OPT /dev/r$_pp
/mirbsd/src/usr.bin/spell/
Dspecial.4bsd800 newfs
/mirbsd/src/distrib/lists/base/base/
Dmi131 ./sbin/newfs
2381 ./usr/share/man/cat8/newfs.0
/mirbsd/src/distrib/lists/htman/htmi/
Dmi6713 ./man8/newfs.htm