Lines Matching full:binary

81  * search_binfmt_handler - search for a binary handler for @bprm
83 * @bprm: binary for which we are looking for a handler
85 * Search for a binary type handler for @bprm in the list of registered binary
88 * Return: binary type list entry on success, NULL on failure
131 * get_binfmt_handler - try to find a binary type handler
133 * @bprm: binary for which we are looking for a handler
135 * Try to find a binfmt handler for the binary type. If one is found take a
138 * Return: binary type list entry on success, NULL on failure
154 * put_binfmt_handler - put binary handler node
158 * load_misc_binary() in case it is using the binary type handler we were
233 /* make argv[1] be the path to the binary */ in load_misc_binary()
272 * removed the binary type handler from the list and it's our job to in load_misc_binary()
319 pr_debug("register: flag: O (open binary)\n"); in check_special_flags()
327 open-binary flag */ in check_special_flags()
345 * This registers a new binary format, it recognises the syntax
650 * Cleanup the binary type handler data associated with @inode if a binary type
678 * unlink_binfmt_dentry - remove the dentry for the binary type handler
679 * @dentry: dentry associated with the binary type handler
681 * Do the actual filesystem work to remove a dentry for a registered binary
716 * remove_binfmt_handler - remove a binary type handler
718 * @e: binary type handler to remove
720 * Remove a binary type handler from the list of binary type handlers and
724 * to use writes to files in order to delete binary type handlers. But it has
1003 * register their own binary type handler and therefore all in bm_fill_super()
1023 * ->put_super() is called we know that the binary type list for this in bm_fill_super()