Home
last modified time | relevance | path

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

/freebsd-12.1/sys/modules/nullfs/
H A DMakefile3 .PATH: ${SRCTOP}/sys/fs/nullfs
5 KMOD= nullfs
/freebsd-12.1/sbin/mount_nullfs/
H A Dmount_nullfs.c74 char nullfs[] = "nullfs"; in main() local
111 build_iovec(&iov, &iovlen, "fstype", nullfs, (size_t)-1); in main()
/freebsd-12.1/tools/tools/nanobsd/dhcpd/
H A Dcommon167 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
169 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
194 mount -t nullfs -o noatime ${NANO_SRC} ${NANO_WORLDDIR}/usr/src
195 mount -t nullfs -o noatime ${NANO_PORTS} ${NANO_WORLDDIR}/usr/ports
196 mount -t nullfs -o noatime ${NANO_OBJ}/ports/packages \
198 mount -t nullfs -o noatime ${NANO_OBJ}/ports/distfiles \
/freebsd-12.1/tools/build/
H A Dbeinstall.sh217 mount -t nullfs "${srcdir}" "${BE_MNTPT}${srcdir}" || errx "Unable to mount src"
218 mount -t nullfs "${objdir}" "${BE_MNTPT}${objdir}" || errx "Unable to mount obj"
/freebsd-12.1/sys/kern/
H A DMake.tags.inc40 ${SYS}/fs/nullfs/*.[ch] \
99 ${SYS}/fs/nullfs \
/freebsd-12.1/share/man/man5/
H A DMakefile50 nullfs.5 \
/freebsd-12.1/etc/mtree/
H A DBSD.include.dist191 nullfs
/freebsd-12.1/stand/libsa/
H A DMakefile127 SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c \
/freebsd-12.1/sys/fs/nullfs/
H A Dnull_vfsops.c479 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
/freebsd-12.1/share/doc/smm/01.setup/
H A Dspell.ok427 nullfs
/freebsd-12.1/tools/tools/nanobsd/
H A Ddefaults.sh780 mount -t nullfs -o noatime -o ro ${NANO_PACKAGE_DIR} ${NANO_WORLDDIR}/_.p
/freebsd-12.1/share/examples/diskless/
H A DREADME.BOOTP84 options NULLFS # nullfs to map /var/tmp to /tmp
/freebsd-12.1/sys/modules/
H A DMakefile291 nullfs \
/freebsd-12.1/include/
H A DMakefile51 fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
/freebsd-12.1/sys/conf/
H A Dfiles3626 fs/nullfs/null_subr.c optional nullfs
3627 fs/nullfs/null_vfsops.c optional nullfs
3628 fs/nullfs/null_vnops.c optional nullfs
/freebsd-12.1/contrib/amd/
H A DNEWS1304 - empty fillers for new file (bsd44) systems: nullfs, unionfs, umapfs.
H A DChangeLog11175 nullfs, unionfs, and umapfs.
11929 file systems nullfs, unionfs, and umapfs.
11931 (vops): empty placeholders for nullfs, unionfs, and umapfs.
11933 * amd/ops_{nullfs, unionfs, umapfs}.c: 3 new empty templates for
/freebsd-12.1/contrib/amd/doc/
H A Dam-utils.texi3609 @section Null Filesystem (@samp{nullfs})
3611 @cindex nullfs, filesystem type
3612 @cindex Filesystem type; nullfs
3614 The @dfn{nullfs} (@samp{type:=nullfs}) filesystem is available from 4.4BSD,