Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_misc.c67 static struct file_system_type bm_fs_type; variable
931 static struct file_system_type bm_fs_type = { variable
941 int err = register_filesystem(&bm_fs_type); in init_misc_binfmt()
950 unregister_filesystem(&bm_fs_type); in exit_misc_binfmt()