/src/usr.sbin/puffs/rump_tmpfs/ |
Makefile | 4 MOUNTNAME= tmpfs
|
rump_tmpfs.c | 31 #include <fs/tmpfs/tmpfs_args.h> 43 * tmpfs has a slight "issue" with file content storage. Since it
|
/src/sbin/mount_tmpfs/ |
mount_tmpfs.h | 31 #include <fs/tmpfs/tmpfs_args.h>
|
/src/sys/fs/tmpfs/ |
Makefile | 3 INCSDIR= /usr/include/fs/tmpfs
|
tmpfs_fifoops.h | 41 #include <fs/tmpfs/tmpfs_vnops.h>
|
tmpfs_specops.h | 41 #include <fs/tmpfs/tmpfs_vnops.h>
|
tmpfs_fifoops.c | 34 * tmpfs vnode interface for named pipes. 43 #include <fs/tmpfs/tmpfs.h> 44 #include <fs/tmpfs/tmpfs_fifoops.h> 47 * vnode operations vector used for fifos stored in a tmpfs file system.
|
tmpfs_specops.c | 34 * tmpfs vnode interface for special devices. 43 #include <fs/tmpfs/tmpfs.h> 44 #include <fs/tmpfs/tmpfs_specops.h> 47 * vnode operations vector used for special devices stored in a tmpfs
|
/src/sys/modules/tmpfs/ |
Makefile | 5 .PATH: ${S}/fs/tmpfs 7 KMOD= tmpfs
|
/src/sys/rump/fs/lib/libtmpfs/ |
Makefile | 4 .PATH: ${.CURDIR}/../../../../fs/tmpfs 7 COMMENT=tmpfs (efficient in-memory file system)
|
/src/etc/rc.d/ |
swap1 | 18 # Generate a list of tmpfs filesystems that contain no device nodes, 22 mount -t tmpfs | while read -r line 24 fs=${line#tmpfs on } 25 fs=${fs% type tmpfs*} 46 umount -ft tmpfs "${fs}"
|
/src/tests/fs/tmpfs/ |
h_funcs.subr | 35 # Mounts tmpfs over ${Mount_Point} and changes the current directory 40 require_fs tmpfs 44 echo "mount -t tmpfs ${*} tmpfs ${Mount_Point}" 45 mount -t tmpfs "${@}" tmpfs "${Mount_Point}" 2>mounterr 49 atf_skip "tmpfs not supported" 51 atf_fail "Failed to mount a tmpfs file system"
|
t_mount.sh | 108 mount -t tmpfs -o -s9223372036854775808 tmpfs tmp 110 mount -t tmpfs -o -s9223372036854775808g tmpfs tmp
|
Makefile | 3 TESTSDIR= ${TESTSBASE}/fs/tmpfs
|
/src/distrib/utils/embedded/conf/ |
usermode.conf | 20 # mount /root as tmpfs on top of existing dir 21 tmpfs /root.cow tmpfs rw,-s2M 0 0 23 # mount /etc as tmpfs on top of existing dir 24 tmpfs /etc.cow tmpfs rw,-s12M 0 0 26 # mount /var as tmpfs on top of existing dir 27 tmpfs /var.cow tmpfs rw,-s32M 0 0 29 tmpfs /tmp tmpfs rw,-s32M 0 [all...] |
/src/sys/fs/ |
Makefile | 4 puffs sysvbfs tmpfs udf union v7fs
|
/src/tests/fs/ |
Makefile | 10 TESTS_SUBDIRS+= tmpfs umapfs union
|
/src/distrib/utils/embedded/ |
mkimage | 42 # If -m is given, a number of directories are put on a tmpfs RAM disk 123 tmpfs /var/log tmpfs rw,union,-s32M 124 tmpfs /var/run tmpfs rw,union,-s1M 125 tmpfs /var/mail tmpfs rw,union,-s10M 126 tmpfs /var/chroot tmpfs rw,union,-s10M 130 tmpfs /var/spool/postfix tmpfs rw,union,-s20 [all...] |
/src/usr.bin/fstat/ |
tmpfs.c | 1 /* $NetBSD: tmpfs.c,v 1.11 2017/06/09 00:13:29 chs Exp $ */ 30 __RCSID("$NetBSD: tmpfs.c,v 1.11 2017/06/09 00:13:29 chs Exp $"); 41 #include <fs/tmpfs/tmpfs.h>
|
Makefile | 8 SRCS= fstat.c isofs.c ntfs.c ptyfs.c tmpfs.c misc.c
|
/src/tests/fs/msdosfs/ |
t_snapshot.c | 9 #include <fs/tmpfs/tmpfs_args.h>
|
/src/regress/sys/fs/ffs/ |
Makefile | 44 ${MAKECMD} clean-tmpfs 48 makeregress: tmpfs 53 clean: clean-tmpfs clean-template clean-dump 57 clean-tmpfs: 71 @# First of all, estimate the size of a dump of just the tmpfs. 105 tmpfs: target
|
/src/tests/fs/vfs/ |
t_rwtoro.c | 44 #include <fs/tmpfs/tmpfs_args.h> 62 struct tmpfs_args tmpfs; member in union:remount_ro::__anon457bd506010a 76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION;
|
/src/tests/fs/common/ |
fstest_tmpfs.c | 41 #include <fs/tmpfs/tmpfs_args.h>
|
/src/tests/kernel/ |
t_unmount.c | 42 #include <fs/tmpfs/tmpfs_args.h> 71 /* create mount point and mount a tmpfs on it */ 75 /* make sure the tmpfs is busy */
|