Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_misc.c188 /* Pairs with smp_store_release() in bm_fill_super(). */ in load_binfmt_misc()
932 static int bm_fill_super(struct super_block *sb, struct fs_context *fc) in bm_fill_super() function
955 * bm_fill_super() is called exactly once whenever a binfmt_misc in bm_fill_super()
1007 return get_tree_keyed(fc, bm_fill_super, get_user_ns(fc->user_ns)); in bm_get_tree()