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

12

/freebsd-12-stable/sys/modules/tmpfs/
H A DMakefile3 .PATH: ${SRCTOP}/sys/fs/tmpfs
5 KMOD= tmpfs
/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c36 * tmpfs vnode interface for named pipes.
49 #include <fs/tmpfs/tmpfs.h>
50 #include <fs/tmpfs/tmpfs_fifoops.h>
51 #include <fs/tmpfs/tmpfs_vnops.h>
66 * vnode operations vector used for fifos stored in a tmpfs file system.
H A Dtmpfs_fifoops.h44 #include <fs/tmpfs/tmpfs_vnops.h>
H A Dtmpfs_vfsops.c38 * tmpfs is a file system that uses FreeBSD's virtual memory
72 #include <fs/tmpfs/tmpfs.h>
79 static MALLOC_DEFINE(M_TMPFSMNT, "tmpfs mount", "tmpfs mount structures");
80 MALLOC_DEFINE(M_TMPFSNAME, "tmpfs name", "tmpfs file names");
102 * unmap of the tmpfs-backed vnode does not call vinactive(), due to
120 (OBJ_TMPFS_NODE | OBJ_TMPFS), ("non-tmpfs obj"));
161 * belonging to the specified tmpfs moun
[all...]
/freebsd-12-stable/tools/regression/tmpfs/
H A Dt_mount71 mount -t tmpfs -o size=9223372036854775808 tmpfs ${Work_Dir} \
73 mount -t tmpfs -o size=9223372036854775808g tmpfs ${Work_Dir} \
H A Dh_funcs.subr79 # Mounts tmpfs over ${Work_Dir} and changes the current directory
86 mount -t tmpfs "$@" tmpfs ${Work_Dir} || die
88 mount -t tmpfs tmpfs ${Work_Dir} || die
/freebsd-12-stable/contrib/netbsd-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.sh124 mount -t tmpfs -o -s9223372036854775808 tmpfs tmp
126 mount -t tmpfs -o -s9223372036854775808g tmpfs tmp
H A Dt_renamerace.c24 #include <fs/tmpfs/tmpfs_args.h>
92 atf_tc_fail_errno("could not mount tmpfs");
/freebsd-12-stable/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_004_pos.ksh41 # Creating files on ufs and tmpfs, and copying those files to ZFS with
45 # 1. Create files in ufs and tmpfs with xattrs
74 log_assert "Files from ufs,tmpfs with xattrs copied to zfs retain xattr info."
86 # Create files in ufs and tmpfs, and set some xattrs on them.
88 log_must $TOUCH $TMPDIR/tmpfs-file.${TESTCASE_ID}
91 log_must $RUNAT $TMPDIR/tmpfs-file.${TESTCASE_ID} $CP /etc/group .
95 log_must $CP -@ $TMPDIR/tmpfs-file.${TESTCASE_ID} $TESTDIR
99 log_must $RUNAT $TESTDIR/tmpfs-file.${TESTCASE_ID} $DIFF group /etc/group
102 log_pass "Files from ufs,tmpfs with xattrs copied to zfs retain xattr info."
/freebsd-12-stable/contrib/netbsd-tests/fs/msdosfs/
H A Dt_snapshot.c9 #include <fs/tmpfs/tmpfs_args.h>
/freebsd-12-stable/tests/sys/fs/
H A DMakefile17 TESTS_SUBDIRS+= tmpfs
/freebsd-12-stable/libexec/rc/rc.d/
H A Dlinux61 unmounted "${_emul_path}/dev/shm" && mount -o mode=1777 -t tmpfs tmpfs "${_emul_path}/dev/shm"
/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_rwtoro.c44 #include <fs/tmpfs/tmpfs_args.h>
62 struct tmpfs_args tmpfs; member in union:__anon6095
76 mount_args.tmpfs.ta_version = TMPFS_ARGS_VERSION;
/freebsd-12-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_tmpfs.c41 #include <fs/tmpfs/tmpfs_args.h>
H A Dh_fsmacros.h63 FSPROTOS(tmpfs); variable
170 ATF_TC_FSADD(tmpfs,MOUNT_TMPFS,func,desc) \
185 ATF_TP_FSADD(tmpfs,func); \
213 * + tmpfs (memory backend)
285 (strcmp(atf_tc_get_md_var(tc, "X-fs.type"), "tmpfs") == 0)
/freebsd-12-stable/sys/kern/
H A DMake.tags.inc44 ${SYS}/fs/tmpfs/*.[ch] \
103 ${SYS}/fs/tmpfs \
/freebsd-12-stable/contrib/netbsd-tests/fs/nullfs/
H A Dt_basic.c19 #include <fs/tmpfs/tmpfs_args.h>
85 /* use tmpfs because rumpfs doesn't support regular files */
90 atf_tc_fail_errno("could not mount tmpfs td1");
/freebsd-12-stable/contrib/netbsd-tests/fs/umapfs/
H A Dt_basic.c20 #include <fs/tmpfs/tmpfs_args.h>
82 /* use tmpfs because rumpfs doesn't support ownership */
87 atf_tc_fail_errno("could not mount tmpfs td1");
/freebsd-12-stable/contrib/amd/include/
H A Dmount_headers1.h206 # include <fs/tmpfs/tmpfs_args.h>
/freebsd-12-stable/share/man/man5/
H A DMakefile73 tmpfs.5 \
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c37 #include <fs/tmpfs/tmpfs_args.h>
52 * tmpfs was chosen because it does not depend on an image.
59 "a module (vfs/tmpfs) is possible");
/freebsd-12-stable/contrib/dma/
H A Ddma.h167 extern struct strlist tmpfs;
H A Ddma.c67 struct strlist tmpfs = SLIST_HEAD_INITIALIZER(tmpfs); variable in typeref:struct:strlist
H A Dutil.c228 SLIST_FOREACH(t, &tmpfs, next) {

Completed in 210 milliseconds

12