Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dswitch_root.c64 #ifndef TMPFS_MAGIC
65 # define TMPFS_MAGIC ((unsigned)0x01021994) macro
246 && (unsigned)stfs.f_type != TMPFS_MAGIC in switch_root_main()