/linux/Documentation/translations/zh_CN/filesystems/ |
H A D | tmpfs.rst | 5 :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 D | index.rst | 28 tmpfs
|
/linux/Documentation/translations/zh_TW/filesystems/ |
H A D | tmpfs.rst | 5 :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 D | index.rst | 29 tmpfs
|
/linux/Documentation/admin-guide/mm/ |
H A D | shrinker_debugfs.rst | 26 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
|
H A D | nommu-mmap.rst | 82 (such as ramfs or tmpfs) may choose to honour an open, truncate, mmap 168 on ramfs or tmpfs mounts.
|
/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | dev_in_maps.c | 52 int tmpfs, fsfd, ovl; in get_file_dev_and_inode() 54 fsfd = sys_fsopen("tmpfs", 0); in get_file_dev_and_inode() 56 return pr_perror("fsopen(tmpfs)"); in get_file_dev_and_inode() 61 tmpfs = sys_fsmount(fsfd, 0, 0); in get_file_dev_and_inode() 62 if (tmpfs == -1) in get_file_dev_and_inode() 68 if (sys_move_mount(tmpfs, "", AT_FDCWD, "/tmp", MOVE_MOUNT_F_EMPTY_PATH)) in get_file_dev_and_inode() 70 close(tmpfs); in get_file_dev_and_inode() 77 int tmpfs, fsfd, ovl; ovl_mount() local
|
/linux/fs/ |
H A D | Kconfig | 181 Everything in tmpfs is temporary in the sense that no files will be 183 space. If you unmount a tmpfs instance, everything stored therein is 186 See <file:Documentation/filesystems/tmpfs.rst> for details. 196 and this option selects support for ACLs specifically for tmpfs 217 You need this for POSIX ACL support on tmpfs. 222 bool "Use 64-bit ino_t by default in tmpfs" 226 tmpfs has historically used only inode numbers as wide as an unsigned 229 option makes tmpfs use the full width of ino_t by default, without 232 But if a long-lived tmpfs is to be accessed by 32-bit applications so 247 Quota support allows to set per user and group limits for tmpfs
|
/linux/tools/testing/selftests/rcutorture/doc/ |
H A D | rcu-test-image.txt | 47 dev /dev tmpfs rw 0 0 48 tmpfs /dev/shm tmpfs defaults 0 0
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-swap | 14 still used for tmpfs etc. other users. If set to
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memcg_test.rst | 108 6. Shmem(tmpfs) Page Cache 160 SwapCache. Test with shmem/tmpfs is always good test. 270 Of course, tmpfs v.s. swapoff test should be tested, too.
|
H A D | cgroups.rst | 317 1) mount -t tmpfs cgroup_root /sys/fs/cgroup 331 mount -t tmpfs cgroup_root /sys/fs/cgroup 367 resources you want to control. Therefore, you should mount a tmpfs on 371 # mount -t tmpfs cgroup_root /sys/fs/cgroup 676 Like in tmpfs, the extended attributes in cgroup filesystem are stored
|
/linux/Documentation/translations/zh_CN/scheduler/ |
H A D | sched-design-CFS.rst | 188 # mount -t tmpfs cgroup_root /sys/fs/cgroup
|
/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-no_tests_run_no_header.log | 5 Checking if /dev/shm is on tmpfs...OK
|
/linux/Documentation/admin-guide/ |
H A D | binderfs.rst | 25 identical to the behavior of e.g. ``devpts`` and ``tmpfs``. The Android
|
H A D | devices.rst | 155 /dev/shm tmpfs POSIX shared memory maintenance access
|
/linux/tools/testing/selftests/ |
H A D | Makefile | 111 TARGETS += tmpfs
|
/linux/security/keys/ |
H A D | Kconfig | 67 swapspace by tmpfs.
|
/linux/Documentation/dev-tools/kunit/ |
H A D | faq.rst | 83 Note that UML has some unusual requirements (such as the host having a tmpfs
|
/linux/drivers/base/ |
H A D | Kconfig | 34 This creates a tmpfs/ramfs filesystem instance early at bootup.
|
/linux/Documentation/scheduler/ |
H A D | sched-design-CFS.rst | 238 # mount -t tmpfs cgroup_root /sys/fs/cgroup
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 1089 needs to create a suitable tmpfs ramdisk bound to a particular node 1096 mount -t tmpfs -ompol=bind:X none /mnt/tmpfs-nodeX 1097 TEMP=/mnt/tmpfs-nodeX taskset -cX linux options options options..
|
/linux/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 47 RAM-based file mappings (``tmpfs``, ``memfd``). Passing it to other
|
/linux/Documentation/translations/sp_SP/scheduler/ |
H A D | sched-design-CFS.rst | 259 # mount -t tmpfs cgroup_root /sys/fs/cgroup
|
/linux/Documentation/arch/powerpc/ |
H A D | eeh-pci-error-recovery.rst | 331 and so on, out of ramdisk/tmpfs.
|