Searched refs:nullfs (Results 1 – 15 of 15) sorted by relevance
3 .PATH: ${SRCTOP}/sys/fs/nullfs5 KMOD= nullfs
73 char nullfs[] = "nullfs"; in main() local106 build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1); in main()
151 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \153 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \178 mount -t nullfs -o noatime ${NANO_SRC} ${NANO_WORLDDIR}/usr/src179 mount -t nullfs -o noatime ${NANO_PORTS} ${NANO_WORLDDIR}/usr/ports180 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \182 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
229 mount -t nullfs "${srcdir}" "${BE_MNTPT}${srcdir}" || errx "Unable to mount src"230 mount -t nullfs "${objdir}" "${BE_MNTPT}${objdir}" || errx "Unable to mount obj"
32 ${SYS}/fs/nullfs/*.[ch] \81 ${SYS}/fs/nullfs \
48 nullfs.5 \
141 nullfs
134 SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c mount.c \
470 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
427 nullfs
780 mount -t nullfs -o noatime -o ro ${NANO_PACKAGE_DIR} ${NANO_WORLDDIR}/_.p
84 options NULLFS # nullfs to map /var/tmp to /tmp
280 nullfs \
50 fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \
3630 fs/nullfs/null_subr.c optional nullfs3631 fs/nullfs/null_vfsops.c optional nullfs3632 fs/nullfs/null_vnops.c optional nullfs