Home
last modified time | relevance | path

Searched refs:nullfs (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/tools/test/stress2/misc/
H A Dnullfs30.sh62 mount -t nullfs $mp1/f1 $mp2/m1 || {
77 mount -t nullfs $mp1/f1 $mp2/m1
81 mount -t nullfs $mp1/f2 $mp2/m2
85 mount -t nullfs $mp1/f3 $mp2/m3
101 mount -t nullfs $mp1/f1 $mp2/m1
102 mount -t nullfs $mp1/f1 $mp2/m1 2>/dev/null && s=1 || s=0
106 mount -t nullfs $mp1/f1 $mp2/dir 2>/dev/null && s=2
H A Dnullfs7.sh53 mount -oro -t nullfs $RUNDIR $DST
54 mount -orw -t nullfs /bin $DST
56 mount | grep nullfs | awk '{print $3}' | xargs umount
H A Dnullfs18.sh69 mount | grep $mp | grep -q nullfs && umount -f $mp
73 mount -t nullfs $msrc $mp
109 mount | grep $mp | grep -q nullfs && umount $mp
117 mount | grep $mp | grep -q nullfs && umount $mp
H A Dnullfs19.sh66 mount | grep $mp | grep -q nullfs && umount -f $mp
70 mount -t nullfs $msrc $mp
83 mount | grep $mp | grep -q nullfs && umount $mp
H A Dnullfs6.sh38 mount | grep nullfs | grep -q $nullfs_srcdir/1 && umount $nullfs_srcdir/1
44 mount -t nullfs $nullfs_srcdir/1 $nullfs_srcdir/2
H A Dnullfs20.sh49 mount -t nullfs $mntpoint $mp2
64 while mount | grep $mp2 | grep -q nullfs; do
H A Dnullfs21.sh48 mount -t nullfs $mntpoint $mp2
60 while mount | grep $mp2 | grep -q nullfs; do
H A Dnullfs27.sh50 mount -t nullfs $mntpoint $mp2
80 while mount | grep $mp2 | grep -q nullfs; do
H A Dnullfs15.sh45 mount -t nullfs $mntpoint $nullfsmp
48 mount -t nullfs $mntpoint/.new_packages $nullfsmp/new_packages
H A Dzfs17.sh45 mount -t nullfs $mp0 $mp1
50 mount -t nullfs $mp2 $mp3
H A Dnullfs2.sh46 mount -t nullfs $RUNDIR $mntpoint
H A Dnullfs4.sh39 mount -t nullfs /bin $mntpoint
H A Dnullfs26.sh37 mount -t nullfs $mp1 $mp2 || exit 1
H A Dnullfs3.sh47 mount -t nullfs `dirname $RUNDIR` $mp
H A Dmlockall4.sh44 mount -t nullfs /tmp $mntpoint
H A Dnullfs16.sh43 mount -t nullfs $mntpoint $mp2
H A Dsuj34.sh49 mount -t nullfs $mntpoint/null $mnt2
H A Dnullfs14.sh45 mount -t nullfs $mntpoint $nullfsmp
H A Dnullfs12.sh47 mount -t nullfs $mntpoint $mnt2
/freebsd/sys/modules/nullfs/
H A DMakefile1 .PATH: ${SRCTOP}/sys/fs/nullfs
3 KMOD= nullfs
/freebsd/sbin/mount_nullfs/
H A Dmount_nullfs.c68 char nullfs[] = "nullfs"; in main() local
111 build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1); in main()
/freebsd/tools/tools/nanobsd/dhcpd/
H A Dcommon148 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
150 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
175 mount -t nullfs -o noatime ${NANO_SRC} ${NANO_WORLDDIR}/usr/src
176 mount -t nullfs -o noatime ${NANO_PORTS} ${NANO_WORLDDIR}/usr/ports
177 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
179 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
/freebsd/tools/build/
H A Dbeinstall.sh215 mount -t nullfs "${srcdir}" "${BE_MNTPT}${srcdir}" || errx "Unable to mount src"
216 mount -t nullfs "${objdir}" "${BE_MNTPT}${objdir}" || errx "Unable to mount obj"
/freebsd/sys/kern/
H A DMake.tags.inc30 ${SYS}/fs/nullfs/*.[ch] \
79 ${SYS}/fs/nullfs \
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dmount62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages

123