Home
last modified time | relevance | path

Searched refs:ramfs (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/usr/
DMakefile42 ramfs-input := $(if $(filter-out "",$(CONFIG_INITRAMFS_SOURCE)), \
44 ramfs-args := \
57 cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
73 $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
Dinitramfs_data.S27 .section .init.ramfs,"a"
31 .section .init.ramfs.info,"a"
/linux-4.4.14/arch/cris/kernel/
Dvmlinux.lds.S97 .init.ramfs : {
99 *(.init.ramfs) argument
108 .init.ramfs : { argument
/linux-4.4.14/fs/ramfs/
DMakefile5 obj-y += ramfs.o
9 ramfs-objs += inode.o $(file-mmu-y)
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt1 ramfs, rootfs and initramfs
6 What is ramfs?
22 With ramfs, there is no backing store. Files written into ramfs allocate
27 The amount of code required to implement ramfs is tiny, because all the
29 you're mounting the disk cache as a filesystem. Because of this, ramfs is not
33 ramfs and ramdisk:
44 Compared to ramfs, this wastes memory (and memory bus bandwidth), creates
48 More to the point, all the work ramfs is doing has to happen _anyway_,
50 disk is simply unnecessary; ramfs is internally much simpler.
57 ramfs and tmpfs:
[all …]
D00-INDEX120 ramfs-rootfs-initramfs.txt
121 - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
Ddlmfs.txt17 Some code taken from ramfs which is Copyright (C) 2000 Linus Torvalds
Dtmpfs.txt13 If you compare it to ramfs (which was the template to create tmpfs)
Dsysfs.txt14 sysfs is a ram-based filesystem initially based on ramfs. It provides
/linux-4.4.14/arch/microblaze/kernel/
Dvmlinux.lds.S122 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
/linux-4.4.14/arch/powerpc/kernel/
Dvmlinux.lds.S151 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
/linux-4.4.14/arch/um/include/asm/
Dcommon.lds.S104 .init.ramfs : {
/linux-4.4.14/arch/arc/kernel/
Dvmlinux.lds.S60 .init.ramfs : { INIT_RAM_FS }
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt8 getting {replaced/complemented} with the new "initial ramfs"
12 expanded into a ramfs filesystem; this document details the format of
/linux-4.4.14/fs/
DMakefile74 obj-y += ramfs/
DKconfig171 ramfs. For architectures that support it, say Y here and read
/linux-4.4.14/include/asm-generic/
Dvmlinux.lds.h687 *(.init.ramfs) \
689 *(.init.ramfs.info)
/linux-4.4.14/arch/unicore32/configs/
Dunicore32_defconfig10 #CONFIG_INITRAMFS_SOURCE="arch/unicore/ramfs/ramfs_config"
/linux-4.4.14/Documentation/zh_CN/filesystems/
Dsysfs.txt39 sysfs 是一个最初基于 ramfs 且位于内存的文件系统。它提供导出内核
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt69 (*) Those owned by ramfs.
150 For facilities such as ramfs none of the pages attached to the address space
170 (1) By ramfs to mark the address spaces of its inodes when they are created,
240 The unevictable page list is also useful for mlock(), in addition to ramfs and
589 (1) ramfs pages that have been placed on the LRU lists when first allocated.
Dpagemap.txt143 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
/linux-4.4.14/drivers/base/
DKconfig31 This creates a tmpfs/ramfs filesystem instance early at bootup.
44 Notice: if CONFIG_TMPFS isn't enabled, the simpler ramfs
/linux-4.4.14/Documentation/
Dnommu-mmap.txt82 (such as ramfs or tmpfs) may choose to honour an open, truncate, mmap
170 on ramfs or tmpfs mounts.
/linux-4.4.14/Documentation/x86/
Dboot.txt472 The 32-bit linear address of the initial ramdisk or ramfs. Leave at
473 zero if there is no initial ramdisk/ramfs.
480 Size of the initial ramdisk or ramfs. Leave at zero if there is no
481 initial ramdisk/ramfs.
549 ramdisk/ramfs contents. For boot protocols 2.02 or earlier, this
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt14 ramfs-rootfs-initramfs.txt), a ramdisk (see Documentation/initrd.txt) or a
/linux-4.4.14/init/
DKconfig1293 The initial RAM filesystem is a ramfs which is loaded by the
1567 option replaces shmem and tmpfs with the much simpler ramfs code,