Home
last modified time | relevance | path

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

/freebsd-13.1/sys/modules/nullfs/
H A DMakefile3 .PATH: ${SRCTOP}/sys/fs/nullfs
5 KMOD= nullfs
/freebsd-13.1/sbin/mount_nullfs/
H A Dmount_nullfs.c73 char nullfs[] = "nullfs"; in main() local
106 build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1); in main()
/freebsd-13.1/tools/tools/nanobsd/dhcpd/
H A Dcommon151 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/src
179 mount -t nullfs -o noatime ${NANO_PORTS} ${NANO_WORLDDIR}/usr/ports
180 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
182 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
/freebsd-13.1/tools/build/
H A Dbeinstall.sh229 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"
/freebsd-13.1/sys/kern/
H A DMake.tags.inc32 ${SYS}/fs/nullfs/*.[ch] \
81 ${SYS}/fs/nullfs \
/freebsd-13.1/share/man/man5/
H A DMakefile48 nullfs.5 \
/freebsd-13.1/etc/mtree/
H A DBSD.include.dist141 nullfs
/freebsd-13.1/stand/libsa/
H A DMakefile134 SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c mount.c \
/freebsd-13.1/sys/fs/nullfs/
H A Dnull_vfsops.c470 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
/freebsd-13.1/share/doc/smm/01.setup/
H A Dspell.ok427 nullfs
/freebsd-13.1/tools/tools/nanobsd/
H A Ddefaults.sh780 mount -t nullfs -o noatime -o ro ${NANO_PACKAGE_DIR} ${NANO_WORLDDIR}/_.p
/freebsd-13.1/share/examples/diskless/
H A DREADME.BOOTP84 options NULLFS # nullfs to map /var/tmp to /tmp
/freebsd-13.1/sys/modules/
H A DMakefile280 nullfs \
/freebsd-13.1/include/
H A DMakefile50 fs/devfs fs/fdescfs fs/msdosfs fs/nfs fs/nullfs \
/freebsd-13.1/sys/conf/
H A Dfiles3630 fs/nullfs/null_subr.c optional nullfs
3631 fs/nullfs/null_vfsops.c optional nullfs
3632 fs/nullfs/null_vnops.c optional nullfs