Home
last modified time | relevance | path

Searched refs:tmpfs (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/sys/fs/tmpfs/
H A Dfiles.tmpfs1 # $NetBSD: files.tmpfs,v 1.6 2014/10/11 06:42:19 uebayasi Exp $
5 define tmpfs: vfs
6 file fs/tmpfs/tmpfs_fifoops.c tmpfs
7 file fs/tmpfs/tmpfs_mem.c tmpfs
8 file fs/tmpfs/tmpfs_rename.c tmpfs
9 file fs/tmpfs/tmpfs_specops.c tmpfs
10 file fs/tmpfs/tmpfs_subr.c tmpfs
11 file fs/tmpfs/tmpfs_vfsops.c tmpfs
12 file fs/tmpfs/tmpfs_vnops.c tmpfs
/netbsd-src/share/examples/fstab/
H A Dfstab.ramdisk3 # Sample fstab for multiple ramdisks (mfs and tmpfs).
15 # tmpfs examples
18 # Standard tmpfs entry for /tmp.
19 tmpfs /tmp tmpfs rw
21 # Standard tmpfs entry for /var/run.
22 #tmpfs /var/run tmpfs rw
28 # Mounts tmpfs over /tmp with a size limit.
29 #tmpfs /tmp tmpfs rw,-s128M
31 # Mounts a tmpfs instance to be used by a specific user.
32 #tmpfs /home/foo/tmp tmpfs rw,-ufoo,-gusers,-s50M
[all …]
/netbsd-src/distrib/utils/embedded/conf/
H A Dusermode.conf21 tmpfs /root.cow tmpfs rw,-s2M 0 0
24 tmpfs /etc.cow tmpfs rw,-s12M 0 0
27 tmpfs /var.cow tmpfs rw,-s32M 0 0
29 tmpfs /tmp tmpfs rw,-s32M 0 0
/netbsd-src/distrib/sparc64/cdroms/installcd/
H A Detc.rc40 mount -t tmpfs tmpfs /tmp
41 mount -t tmpfs tmpfs /var
42 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/distrib/i386/cdroms/
H A Detc.rc40 mount -t tmpfs tmpfs /tmp
41 mount -t tmpfs tmpfs /var
42 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/distrib/amd64/cdroms/
H A Detc.rc40 mount -t tmpfs tmpfs /tmp
41 mount -t tmpfs tmpfs /var
42 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/tests/fs/tmpfs/
H A Dt_mount.sh108 mount -t tmpfs -o -s9223372036854775808 tmpfs tmp
110 mount -t tmpfs -o -s9223372036854775808g tmpfs tmp
H A Dh_funcs.subr40 require_fs tmpfs
45 mount -t tmpfs "${@}" tmpfs "${Mount_Point}" 2>mounterr
/netbsd-src/distrib/i386/ramdisks/common/
H A Ddot.profile58 mount -t tmpfs tmpfs /tmp
59 mount -t tmpfs tmpfs /var
60 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/distrib/amd64/ramdisks/common/
H A Ddot.profile58 mount -t tmpfs tmpfs /tmp
59 mount -t tmpfs tmpfs /var
60 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/distrib/virt68k/ramdisks/common/
H A Ddot.profile58 mount -t tmpfs tmpfs /tmp
59 mount -t tmpfs tmpfs /var
60 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/distrib/evbarm/instkernel/ramdisk/
H A Ddot.profile58 mount -t tmpfs tmpfs /tmp
59 mount -t tmpfs tmpfs /var
60 mount -t tmpfs -o union tmpfs /etc
/netbsd-src/etc/rc.d/
H A Dswap122 mount -t tmpfs | while read -r line
25 fs=${fs% type tmpfs*}
46 umount -ft tmpfs "${fs}"
/netbsd-src/distrib/vax/cdroms/installcd/
H A Detc.rc62 mount -t tmpfs tmpfs /tmp || lowmemfail
63 mount -t tmpfs tmpfs /var || lowmemfail
64 mount -t tmpfs -o union tmpfs /etc || lowmemfail
/netbsd-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
/netbsd-src/distrib/common/bootimage/
H A Dfstab.install.in2 tmpfs /tmp tmpfs rw 0 0
H A Dfstab.in6 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/sys/modules/tmpfs/
H A DMakefile5 .PATH: ${S}/fs/tmpfs
7 KMOD= tmpfs
/netbsd-src/sys/rump/fs/lib/libtmpfs/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../fs/tmpfs
7 COMMENT=tmpfs (efficient in-memory file system)
/netbsd-src/distrib/zaurus/liveimage/
H A Dfstab.in7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/distrib/hpcarm/liveimage/
H A Dfstab.in7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBenchmarking.rst33 * Try to avoid storage. On some systems you can use tmpfs. Putting the
34 program, inputs and outputs on tmpfs avoids touching a real storage
39 mount -t tmpfs -o size=<XX>g none dir_to_mount
/netbsd-src/tests/fs/vfs/
H A Dt_rwtoro.c62 struct tmpfs_args tmpfs; in remount_ro() member
76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION; in remount_ro()
/netbsd-src/tests/fs/common/
H A Dh_fsmacros.h63 FSPROTOS(tmpfs);
174 ATF_TC_FSADD(tmpfs,MOUNT_TMPFS,func,desc) \
189 ATF_TP_FSADD(tmpfs,func); \
/netbsd-src/distrib/i386/installimage/
H A Detc.rc40 mount -t tmpfs tmpfs /tmp

123