Home
last modified time | relevance | path

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

/linux/usr/
H A DMakefile19 ramfs-input := $(CONFIG_INITRAMFS_SOURCE)
24 ifeq ($(ramfs-input),)
25 ramfs-input := $(src)/default_cpio_list
28 ifeq ($(words $(ramfs-input)),1)
32 ifneq ($(filter %.cpio,$(ramfs-input)),)
33 cpio-data := $(ramfs-input)
38 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
39 cpio-data := $(ramfs-input)
68 $(ramfs-input)
H A Dinitramfs_data.S25 .section .init.ramfs,"a"
29 .section .init.ramfs.info,"a"
H A DKconfig56 bool "Support initial ramdisk/ramfs compressed using gzip"
64 bool "Support initial ramdisk/ramfs compressed using bzip2"
72 bool "Support initial ramdisk/ramfs compressed using LZMA"
80 bool "Support initial ramdisk/ramfs compressed using XZ"
88 bool "Support initial ramdisk/ramfs compressed using LZO"
96 bool "Support initial ramdisk/ramfs compressed using LZ4"
104 bool "Support initial ramdisk/ramfs compressed using ZSTD"
/linux/fs/ramfs/
H A DMakefile6 obj-y += ramfs.o
10 ramfs-objs += inode.o $(file-mmu-y)
/linux/arch/microblaze/kernel/
H A Dvmlinux.lds.S124 .init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
/linux/arch/um/include/asm/
H A Dcommon.lds.S98 .init.ramfs : {
/linux/arch/arc/kernel/
H A Dvmlinux.lds.S57 .init.ramfs : { INIT_RAM_FS }
/linux/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst10 getting {replaced/complemented} with the new "initial ramfs"
14 expanded into a ramfs filesystem; this document details the format of
/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst21ramfs(创建tmpfs的模板)相比,tmpfs包含交换和限制检查。和tmpfs相似的另
H A Dsysfs.txt39 sysfs 是一个最初基于 ramfs 且位于内存的文件系统。它提供导出内核
/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst21ramfs(創建tmpfs的模板)相比,tmpfs包含交換和限制檢查。和tmpfs相似的另
H A Dsysfs.txt42 sysfs 是一個最初基於 ramfs 且位於內存的文件系統。它提供導出內核
/linux/fs/
H A DMakefile72 obj-y += ramfs/
H A DKconfig265 ramfs. For architectures that support it, say Y here and read
/linux/drivers/base/
H A DKconfig34 This creates a tmpfs/ramfs filesystem instance early at bootup.
47 Notice: if CONFIG_TMPFS isn't enabled, the simpler ramfs
/linux/include/asm-generic/
H A Dvmlinux.lds.h968 KEEP(*(.init.ramfs)) \
970 KEEP(*(.init.ramfs.info))
/linux/Documentation/mm/
H A Dunevictable-lru.rst43 * Those owned by ramfs.
126 For facilities such as ramfs none of the pages attached to the address space
146 (1) By ramfs to mark the address spaces of its inodes when they are created,
216 The unevictable folio list is also useful for mlock(), in addition to ramfs and
541 (1) ramfs pages that have been placed on the LRU lists when first allocated.
/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst82 (such as ramfs or tmpfs) may choose to honour an open, truncate, mmap
168 on ramfs or tmpfs mounts.
H A Dpagemap.rst158 not a candidate for LRU page reclaims, e.g. ramfs pages,
/linux/Documentation/arch/x86/
H A Dboot.rst551 The 32-bit linear address of the initial ramdisk or ramfs. Leave at
552 zero if there is no initial ramdisk/ramfs.
561 Size of the initial ramdisk or ramfs. Leave at zero if there is no
562 initial ramdisk/ramfs.
642 ramdisk/ramfs contents. For boot protocols 2.02 or earlier, this
/linux/Documentation/filesystems/
H A Dsysfs.rst18 sysfs is a RAM-based filesystem initially based on ramfs. It provides
/linux/Documentation/admin-guide/nfs/
H A Dnfsroot.rst21 Documentation/filesystems/ramfs-rootfs-initramfs.rst), a ramdisk (see
/linux/init/
H A DKconfig1372 The initial RAM filesystem is a ramfs which is loaded by the
1715 option replaces shmem and tmpfs with the much simpler ramfs code,
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c5155 FIXTURE_VARIANT_ADD(layout3_fs, ramfs) { in FIXTURE_VARIANT_ADD() argument