/netbsd-src/sys/fs/tmpfs/ |
H A D | files.tmpfs | 1 # $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 D | fstab.ramdisk | 3 # 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 D | usermode.conf | 21 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 D | etc.rc | 40 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 D | etc.rc | 40 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 D | etc.rc | 40 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 D | t_mount.sh | 108 mount -t tmpfs -o -s9223372036854775808 tmpfs tmp 110 mount -t tmpfs -o -s9223372036854775808g tmpfs tmp
|
H A D | h_funcs.subr | 40 require_fs tmpfs 45 mount -t tmpfs "${@}" tmpfs "${Mount_Point}" 2>mounterr
|
/netbsd-src/distrib/i386/ramdisks/common/ |
H A D | dot.profile | 58 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 D | dot.profile | 58 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 D | dot.profile | 58 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 D | dot.profile | 58 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 D | swap1 | 22 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 D | etc.rc | 62 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 D | 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
|
/netbsd-src/distrib/common/bootimage/ |
H A D | fstab.install.in | 2 tmpfs /tmp tmpfs rw 0 0
|
H A D | fstab.in | 6 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
|
/netbsd-src/sys/modules/tmpfs/ |
H A D | Makefile | 5 .PATH: ${S}/fs/tmpfs 7 KMOD= tmpfs
|
/netbsd-src/sys/rump/fs/lib/libtmpfs/ |
H A D | Makefile | 4 .PATH: ${.CURDIR}/../../../../fs/tmpfs 7 COMMENT=tmpfs (efficient in-memory file system)
|
/netbsd-src/distrib/zaurus/liveimage/ |
H A D | fstab.in | 7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
|
/netbsd-src/distrib/hpcarm/liveimage/ |
H A D | fstab.in | 7 tmpfs /var/shm tmpfs rw,-m1777,-sram%25 0 0
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Benchmarking.rst | 33 * 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 D | t_rwtoro.c | 62 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 D | h_fsmacros.h | 63 FSPROTOS(tmpfs); 174 ATF_TC_FSADD(tmpfs,MOUNT_TMPFS,func,desc) \ 189 ATF_TP_FSADD(tmpfs,func); \
|
/netbsd-src/distrib/i386/installimage/ |
H A D | etc.rc | 40 mount -t tmpfs tmpfs /tmp
|