Searched refs:nullfs (Results 1 – 25 of 52) sorted by relevance
123
62 mount -t nullfs $mp1/f1 $mp2/m1 || {77 mount -t nullfs $mp1/f1 $mp2/m181 mount -t nullfs $mp1/f2 $mp2/m285 mount -t nullfs $mp1/f3 $mp2/m3101 mount -t nullfs $mp1/f1 $mp2/m1102 mount -t nullfs $mp1/f1 $mp2/m1 2>/dev/null && s=1 || s=0106 mount -t nullfs $mp1/f1 $mp2/dir 2>/dev/null && s=2
53 mount -oro -t nullfs $RUNDIR $DST54 mount -orw -t nullfs /bin $DST56 mount | grep nullfs | awk '{print $3}' | xargs umount
69 mount | grep $mp | grep -q nullfs && umount -f $mp73 mount -t nullfs $msrc $mp109 mount | grep $mp | grep -q nullfs && umount $mp117 mount | grep $mp | grep -q nullfs && umount $mp
66 mount | grep $mp | grep -q nullfs && umount -f $mp70 mount -t nullfs $msrc $mp83 mount | grep $mp | grep -q nullfs && umount $mp
38 mount | grep nullfs | grep -q $nullfs_srcdir/1 && umount $nullfs_srcdir/144 mount -t nullfs $nullfs_srcdir/1 $nullfs_srcdir/2
49 mount -t nullfs $mntpoint $mp264 while mount | grep $mp2 | grep -q nullfs; do
48 mount -t nullfs $mntpoint $mp260 while mount | grep $mp2 | grep -q nullfs; do
50 mount -t nullfs $mntpoint $mp280 while mount | grep $mp2 | grep -q nullfs; do
45 mount -t nullfs $mntpoint $nullfsmp48 mount -t nullfs $mntpoint/.new_packages $nullfsmp/new_packages
45 mount -t nullfs $mp0 $mp150 mount -t nullfs $mp2 $mp3
46 mount -t nullfs $RUNDIR $mntpoint
39 mount -t nullfs /bin $mntpoint
37 mount -t nullfs $mp1 $mp2 || exit 1
47 mount -t nullfs `dirname $RUNDIR` $mp
44 mount -t nullfs /tmp $mntpoint
43 mount -t nullfs $mntpoint $mp2
49 mount -t nullfs $mntpoint/null $mnt2
45 mount -t nullfs $mntpoint $nullfsmp
47 mount -t nullfs $mntpoint $mnt2
1 .PATH: ${SRCTOP}/sys/fs/nullfs3 KMOD= nullfs
68 char nullfs[] = "nullfs"; in main() local111 build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1); in main()
148 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/src176 mount -t nullfs -o noatime ${NANO_PORTS} ${NANO_WORLDDIR}/usr/ports177 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \179 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
215 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"
30 ${SYS}/fs/nullfs/*.[ch] \79 ${SYS}/fs/nullfs \
62 mount -t nullfs /packages $BSDINSTALL_CHROOT/dist/packages