Home
last modified time | relevance | path

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

1234

/openbmc/qemu/tests/qtest/
H A Dcxl-test.c118 g_autofree const char *tmpfs = NULL; in cxl_t3d_deprecated() local
120 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_deprecated()
123 tmpfs, tmpfs); in cxl_t3d_deprecated()
127 rmdir(tmpfs); in cxl_t3d_deprecated()
133 g_autofree const char *tmpfs = NULL; in cxl_t3d_persistent() local
135 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_persistent()
138 tmpfs, tmpfs); in cxl_t3d_persistent()
142 rmdir(tmpfs); in cxl_t3d_persistent()
158 g_autofree const char *tmpfs = NULL; in cxl_t3d_volatile_lsa() local
160 tmpfs = g_dir_make_tmp("cxl-test-XXXXXX", NULL); in cxl_t3d_volatile_lsa()
[all …]
H A Dmigration-test.c135 static char *tmpfs; variable
197 g_autofree char *serialpath = g_strdup_printf("%s/%s", tmpfs, side); in wait_for_serial()
358 g_autofree char *path = g_strdup_printf("%s/%s", tmpfs, filename); in cleanup()
740 bootfile_create(tmpfs, args->suspend_me); in test_migrate_start()
828 memory_size, tmpfs, in test_migrate_start()
850 memory_size, tmpfs, uri, in test_migrate_start()
929 data->workdir = g_strdup_printf("%s/tlscredspsk0", tmpfs); in test_migrate_tls_psk_start_common()
936 data->workdiralt = g_strdup_printf("%s/tlscredspskalt0", tmpfs); in test_migrate_tls_psk_start_common()
1030 data->workdir = g_strdup_printf("%s/tlscredsx5090", tmpfs); in test_migrate_tls_x509_start_common()
1555 uri = g_strdup_printf("unix:%s/migsocket-recover", tmpfs); in test_postcopy_recovery_common()
[all …]
H A Dvhost-user-test.c158 gchar *tmpfs; member
237 const char *root = init_hugepagefs() ? : server->tmpfs; in append_mem_opts()
574 g_autofree const char *tmpfs = NULL; in test_server_new() local
583 tmpfs = g_dir_make_tmp("vhost-test-XXXXXX", &err); in test_server_new()
584 if (!tmpfs) { in test_server_new()
589 g_assert(tmpfs); in test_server_new()
591 server->tmpfs = g_strdup(tmpfs); in test_server_new()
592 server->socket_path = g_strdup_printf("%s/%s.sock", tmpfs, name); in test_server_new()
593 server->mig_path = g_strdup_printf("%s/%s.mig", tmpfs, name); in test_server_new()
652 ret = rmdir(server->tmpfs); in test_server_free()
[all …]
H A Dmigration-helpers.h58 bool probe_o_direct_support(const char *tmpfs);
60 static inline bool probe_o_direct_support(const char *tmpfs) in probe_o_direct_support() argument
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst5 :Original: Documentation/filesystems/tmpfs.rst
16 tmpfs中的所有內容都是臨時的,也就是說沒有任何文件會在硬碟上創建。
17 如果卸載tmpfs實例,所有保存在其中的文件都會丟失。
19 tmpfs將所有文件保存在內核緩存中,隨著文件內容增長或縮小可以將不需要的
22 和ramfs(創建tmpfs的模板)相比,tmpfs包含交換和限制檢查。和tmpfs相似的另
26 由於tmpfs完全保存於頁面緩存和swap中,因此所有tmpfs頁面將在/proc/meminfo
30 tmpfs具有以下用途:
34 掛載不依賴於CONFIG_TMPFS。如果CONFIG_TMPFS未設置,tmpfs對用戶不可見。
37 2) glibc 2.2及更高版本期望將tmpfs掛載在/dev/shm上以用於POSIX共享內存
40 tmpfs /dev/shm tmpfs defaults 0 0
[all …]
H A Dindex.rst29 tmpfs
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst5 :Original: Documentation/filesystems/tmpfs.rst
15 tmpfs中的所有内容都是临时的,也就是说没有任何文件会在硬盘上创建。
16 如果卸载tmpfs实例,所有保存在其中的文件都会丢失。
18 tmpfs将所有文件保存在内核缓存中,随着文件内容增长或缩小可以将不需要的
21 和ramfs(创建tmpfs的模板)相比,tmpfs包含交换和限制检查。和tmpfs相似的另
25 由于tmpfs完全保存于页面缓存和swap中,因此所有tmpfs页面将在/proc/meminfo
29 tmpfs具有以下用途:
33 挂载不依赖于CONFIG_TMPFS。如果CONFIG_TMPFS未设置,tmpfs对用户不可见。
36 2) glibc 2.2及更高版本期望将tmpfs挂载在/dev/shm上以用于POSIX共享内存
39 tmpfs /dev/shm tmpfs defaults 0 0
[all …]
H A Dindex.rst28 tmpfs
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst10 Everything in tmpfs is temporary in the sense that no files will be
11 created on your hard drive. If you unmount a tmpfs instance,
14 tmpfs puts everything into the kernel internal caches and grows and
16 unneeded pages out to swap space, if swap was enabled for the tmpfs
17 mount. tmpfs also supports THP.
19 tmpfs extends ramfs with a few userspace configurable options listed and
21 fly using a remount ('mount -o remount ...') of the filesystem. A tmpfs
23 usage. tmpfs also supports POSIX ACLs, and extended attributes for the
29 An alternative to tmpfs and ramfs is to use brd to create RAM disks
34 Contrary to brd ramdisks, tmpfs has its own filesystem, it does not rely on the
[all …]
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-ubi/
H A Dfstab6 tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
8 tmpfs /media tmpfs defaults 0 0
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-mmc/
H A Dfstab6 tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
8 tmpfs /media tmpfs defaults 0 0
/openbmc/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst26 dquota-cache-16 sb-devpts-28 sb-proc-47 sb-tmpfs-42
27 mm-shadow-18 sb-devtmpfs-5 sb-proc-48 sb-tmpfs-43
28 mm-zspool:zram0-34 sb-hugetlbfs-17 sb-pstore-31 sb-tmpfs-44
29 rcu-kfree-0 sb-hugetlbfs-33 sb-rootfs-2 sb-tmpfs-49
34 sb-btrfs:vda2-24 sb-proc-25 sb-tmpfs-1 thp-zero-9
35 sb-cgroup2-30 sb-proc-39 sb-tmpfs-27 xfs-buf:vda1-37
36 sb-configfs-23 sb-proc-41 sb-tmpfs-29 xfs-inodegc:vda1-38
37 sb-dax-11 sb-proc-45 sb-tmpfs-35
38 sb-debugfs-7 sb-proc-46 sb-tmpfs-40
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dfstab6 tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
7 tmpfs /var/volatile tmpfs defaults 0 0
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh193 mount -t tmpfs -o rw,noatime,mode=755 tmpfs /rootfs.rw
207 mount -t tmpfs -o rw,noatime,mode=755 tmpfs /rootfs.rw
215 mount -t tmpfs -o rw,noatime,mode=755 tmpfs $ROOT_MOUNT/media
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/
H A D0002-Enforce-using-good-old-BFD-linker.patch8tmpfs/work/qemuarm64-yoe-linux/sbsa-acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/../…
9tmpfs/work/qemuarm64-yoe-linux/sbsa-acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/../…
10 TOPDIR/build/tmpfs/work/qemuarm64-yoe-linux/sbsa-acs/3.0-r0/recipe-sysroot-native/usr/bin/aarch64-y…
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dusr-local.mount.in5 What=tmpfs
7 Type=tmpfs
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/
H A D10-early-mounts6 mount tmpfs run -t tmpfs -o mode=755,nodev
H A D30-ubiattach-or-format15 if ! mount -t tmpfs tmpfs /run/mnt-persist ; then
/openbmc/openbmc/poky/meta/recipes-core/psplash/files/
H A Dpsplash-init31 mount tmpfs -t tmpfs $PSPLASH_FIFO_DIR -o,size=40k
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dmdev16 mount -t tmpfs tmpfs /dev
/openbmc/linux/fs/
H A DKconfig180 Everything in tmpfs is temporary in the sense that no files will be
182 space. If you unmount a tmpfs instance, everything stored therein is
185 See <file:Documentation/filesystems/tmpfs.rst> for details.
195 and this option selects support for ACLs specifically for tmpfs
216 You need this for POSIX ACL support on tmpfs.
221 bool "Use 64-bit ino_t by default in tmpfs"
225 tmpfs has historically used only inode numbers as wide as an unsigned
228 option makes tmpfs use the full width of ino_t by default, without
231 But if a long-lived tmpfs is to be accessed by 32-bit applications so
246 Quota support allows to set per user and group limits for tmpfs
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/
H A Dinit26 mount tmpfs /var -t tmpfs -o defaults
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/
H A Dmmc-init.sh37 mount tmpfs run -t tmpfs -o mode=755,nodev
/openbmc/linux/tools/testing/selftests/rcutorture/doc/
H A Drcu-test-image.txt47 dev /dev tmpfs rw 0 0
48 tmpfs /dev/shm tmpfs defaults 0 0
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/
H A Dinit-debug.sh22 do_mount_fs tmpfs /dev/shm

1234