Searched refs:tmpfs (Results 1 - 25 of 42) sorted by relevance

12

/src/usr.sbin/puffs/rump_tmpfs/
H A DMakefile4 MOUNTNAME= tmpfs
H A Drump_tmpfs.c31 #include <fs/tmpfs/tmpfs_args.h>
43 * tmpfs has a slight "issue" with file content storage. Since it
/src/sbin/mount_tmpfs/
H A Dmount_tmpfs.h31 #include <fs/tmpfs/tmpfs_args.h>
/src/sys/fs/tmpfs/
H A DMakefile3 INCSDIR= /usr/include/fs/tmpfs
H A Dtmpfs_fifoops.h41 #include <fs/tmpfs/tmpfs_vnops.h>
H A Dtmpfs_specops.h41 #include <fs/tmpfs/tmpfs_vnops.h>
H A Dtmpfs_fifoops.c34 * 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.
H A Dtmpfs_specops.c34 * 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/
H A DMakefile5 .PATH: ${S}/fs/tmpfs
7 KMOD= tmpfs
/src/sys/rump/fs/lib/libtmpfs/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../fs/tmpfs
7 COMMENT=tmpfs (efficient in-memory file system)
/src/etc/rc.d/
H A Dswap118 # 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 A Dh_funcs.subr35 # 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"
H A Dt_mount.sh108 mount -t tmpfs -o -s9223372036854775808 tmpfs tmp
110 mount -t tmpfs -o -s9223372036854775808g tmpfs tmp
H A DMakefile3 TESTSDIR= ${TESTSBASE}/fs/tmpfs
/src/distrib/utils/embedded/conf/
H A Dusermode.conf20 # 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 /tm
[all...]
/src/sys/fs/
H A DMakefile4 puffs sysvbfs tmpfs udf union v7fs
/src/distrib/utils/embedded/
H A Dmkimage42 # 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 /va
[all...]
/src/usr.bin/fstat/
H A Dtmpfs.c1 /* $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>
H A DMakefile8 SRCS= fstat.c isofs.c ntfs.c ptyfs.c tmpfs.c misc.c
/src/tests/fs/msdosfs/
H A Dt_snapshot.c9 #include <fs/tmpfs/tmpfs_args.h>
/src/tests/fs/
H A DMakefile45 TESTS_SUBDIRS+= tmpfs
/src/sys/rump/fs/
H A DMakefile.rumpfscomp8 tmpfs udf umap union v7fs
/src/regress/sys/fs/ffs/
H A DMakefile44 ${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/
H A Dt_rwtoro.c44 #include <fs/tmpfs/tmpfs_args.h>
62 struct tmpfs_args tmpfs; member in union:remount_ro::__anon6440f9ac010a
76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION;
/src/tests/fs/common/
H A Dfstest_tmpfs.c41 #include <fs/tmpfs/tmpfs_args.h>

Completed in 17 milliseconds

12