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

/linux-master/fs/
H A Dbinfmt_misc.c60 refcount_t users; /* sync removal with load_misc_binary() */
157 * Free node syncing with load_misc_binary() and defer final free to
158 * load_misc_binary() in case it is using the binary type handler we were
173 * To be called in load_misc_binary() to load the relevant struct binfmt_misc.
202 static int load_misc_binary(struct linux_binprm *bprm) function
270 * load_misc_binary() will have finished. We also know
782 * modified. Only load_misc_binary() can access but does so
932 * modified. Only load_misc_binary() can access but does so
1024 * bintfmt_misc mount is empty making load_misc_binary() return
1061 .load_binary = load_misc_binary,
[all...]

Completed in 107 milliseconds