Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_misc.c66 static struct file_system_type bm_fs_type; variable
684 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count); in bm_register_write()
810 static struct file_system_type bm_fs_type = { variable
820 int err = register_filesystem(&bm_fs_type); in init_misc_binfmt()
829 unregister_filesystem(&bm_fs_type); in exit_misc_binfmt()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_misc.c66 static struct file_system_type bm_fs_type; variable
685 err = simple_pin_fs(&bm_fs_type, &bm_mnt, &entry_count); in bm_register_write()
811 static struct file_system_type bm_fs_type = { variable
821 int err = register_filesystem(&bm_fs_type); in init_misc_binfmt()
830 unregister_filesystem(&bm_fs_type); in exit_misc_binfmt()

Completed in 3 milliseconds