Searched refs:binfmt_misc (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dbinfmts.h33 /* Use the creds of a script (see binfmt_misc) */
94 struct binfmt_misc { struct
100 extern struct binfmt_misc init_binfmt_misc;
H A Duser_namespace.h69 struct binfmt_misc;
111 struct binfmt_misc *binfmt_misc; member in struct:user_namespace
/linux-master/fs/
H A Dbinfmt_misc.c3 * binfmt_misc.c
7 * binfmt_misc detects binaries via a magic or filename extension and invokes
82 * @misc: handle to binfmt_misc instance
90 static Node *search_binfmt_handler(struct binfmt_misc *misc,
132 * @misc: handle to binfmt_misc instance
140 static Node *get_binfmt_handler(struct binfmt_misc *misc,
171 * load_binfmt_misc - load the binfmt_misc of the caller's user namespace
173 * To be called in load_misc_binary() to load the relevant struct binfmt_misc.
174 * If a user namespace doesn't have its own binfmt_misc mount it can make use
175 * of its ancestor's binfmt_misc handler
[all...]
H A DMakefile35 obj-$(CONFIG_BINFMT_MISC) += binfmt_misc.o
/linux-master/kernel/
H A Duser.c25 struct binfmt_misc init_binfmt_misc = {
81 .binfmt_misc = &init_binfmt_misc,
H A Duser_namespace.c217 kfree(ns->binfmt_misc);

Completed in 217 milliseconds