Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_misc.c103 struct binfmt_misc_entry { struct
143 static bool entry_matches_magic(const struct binfmt_misc_entry *e, in entry_matches_magic()
159 static bool entry_matches_extension(const struct binfmt_misc_entry *e, in entry_matches_extension()
182 static struct binfmt_misc_entry *
187 struct binfmt_misc_entry *e; in search_binfmt_handler()
231 static struct binfmt_misc_entry *get_binfmt_handler(struct binfmt_misc *misc, in get_binfmt_handler()
285 static void entry_put_interpreters(struct binfmt_misc_entry *e) in entry_put_interpreters()
314 static int entry_attach_interpreter(struct binfmt_misc_entry *e, in entry_attach_interpreter()
354 struct binfmt_misc_entry *e = container_of(rcu, struct binfmt_misc_entry, rcu); in bm_entry_free_rcu()
371 static void put_binfmt_handler(struct binfmt_misc_entry *e) in put_binfmt_handler()
[all …]