Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dswitch_root.c61 #ifndef RAMFS_MAGIC
62 # define RAMFS_MAGIC ((unsigned)0x858458f6) macro
245 if ((unsigned)stfs.f_type != RAMFS_MAGIC in switch_root_main()