Searched refs:nullfs (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/sys/modules/nullfs/ |
| H A D | Makefile | 3 .PATH: ${SRCTOP}/sys/fs/nullfs 5 KMOD= nullfs
|
| /freebsd-12.1/sbin/mount_nullfs/ |
| H A D | mount_nullfs.c | 74 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 D | common | 167 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 D | beinstall.sh | 217 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 D | Make.tags.inc | 40 ${SYS}/fs/nullfs/*.[ch] \ 99 ${SYS}/fs/nullfs \
|
| /freebsd-12.1/share/man/man5/ |
| H A D | Makefile | 50 nullfs.5 \
|
| /freebsd-12.1/etc/mtree/ |
| H A D | BSD.include.dist | 191 nullfs
|
| /freebsd-12.1/stand/libsa/ |
| H A D | Makefile | 127 SRCS+= closeall.c dev.c ioctl.c nullfs.c stat.c \
|
| /freebsd-12.1/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 479 VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK | VFCF_JAIL);
|
| /freebsd-12.1/share/doc/smm/01.setup/ |
| H A D | spell.ok | 427 nullfs
|
| /freebsd-12.1/tools/tools/nanobsd/ |
| H A D | defaults.sh | 780 mount -t nullfs -o noatime -o ro ${NANO_PACKAGE_DIR} ${NANO_WORLDDIR}/_.p
|
| /freebsd-12.1/share/examples/diskless/ |
| H A D | README.BOOTP | 84 options NULLFS # nullfs to map /var/tmp to /tmp
|
| /freebsd-12.1/sys/modules/ |
| H A D | Makefile | 291 nullfs \
|
| /freebsd-12.1/include/ |
| H A D | Makefile | 51 fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
|
| /freebsd-12.1/sys/conf/ |
| H A D | files | 3626 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 D | NEWS | 1304 - empty fillers for new file (bsd44) systems: nullfs, unionfs, umapfs.
|
| H A D | ChangeLog | 11175 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 D | am-utils.texi | 3609 @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,
|