Searched refs:ramfs (Results 1 – 26 of 26) sorted by relevance
/linux-4.4.14/usr/ |
D | Makefile | 42 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
|
D | initramfs_data.S | 27 .section .init.ramfs,"a" 31 .section .init.ramfs.info,"a"
|
/linux-4.4.14/arch/cris/kernel/ |
D | vmlinux.lds.S | 97 .init.ramfs : { 99 *(.init.ramfs) argument 108 .init.ramfs : { argument
|
/linux-4.4.14/fs/ramfs/ |
D | Makefile | 5 obj-y += ramfs.o 9 ramfs-objs += inode.o $(file-mmu-y)
|
/linux-4.4.14/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 1 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 …]
|
D | 00-INDEX | 120 ramfs-rootfs-initramfs.txt 121 - info on the 'in memory' filesystems ramfs, rootfs and initramfs.
|
D | dlmfs.txt | 17 Some code taken from ramfs which is Copyright (C) 2000 Linus Torvalds
|
D | tmpfs.txt | 13 If you compare it to ramfs (which was the template to create tmpfs)
|
D | sysfs.txt | 14 sysfs is a ram-based filesystem initially based on ramfs. It provides
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 122 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 151 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
|
/linux-4.4.14/arch/um/include/asm/ |
D | common.lds.S | 104 .init.ramfs : {
|
/linux-4.4.14/arch/arc/kernel/ |
D | vmlinux.lds.S | 60 .init.ramfs : { INIT_RAM_FS }
|
/linux-4.4.14/Documentation/early-userspace/ |
D | buffer-format.txt | 8 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/ |
D | Makefile | 74 obj-y += ramfs/
|
D | Kconfig | 171 ramfs. For architectures that support it, say Y here and read
|
/linux-4.4.14/include/asm-generic/ |
D | vmlinux.lds.h | 687 *(.init.ramfs) \ 689 *(.init.ramfs.info)
|
/linux-4.4.14/arch/unicore32/configs/ |
D | unicore32_defconfig | 10 #CONFIG_INITRAMFS_SOURCE="arch/unicore/ramfs/ramfs_config"
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 39 sysfs 是一个最初基于 ramfs 且位于内存的文件系统。它提供导出内核
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 69 (*) 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.
|
D | pagemap.txt | 143 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 31 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/ |
D | nommu-mmap.txt | 82 (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/ |
D | boot.txt | 472 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/ |
D | nfsroot.txt | 14 ramfs-rootfs-initramfs.txt), a ramdisk (see Documentation/initrd.txt) or a
|
/linux-4.4.14/init/ |
D | Kconfig | 1293 The initial RAM filesystem is a ramfs which is loaded by the 1567 option replaces shmem and tmpfs with the much simpler ramfs code,
|