Lines Matching +full:0022 +full:a
78 * get the init root directory. But we've now created a new in call_usermodehelper_exec_async()
79 * thread that is going to execve a user process and has its own in call_usermodehelper_exec_async()
82 current->fs->umask = 0022; in call_usermodehelper_exec_async()
147 * We need to create the usermodehelper kernel thread from a task that is affine
149 * inherit a widest affinity irrespective of call_usermodehelper() callers with
151 * usermodehelper targets to contend a busy CPU.
171 * want to pollute current->children, and we need a parent in call_usermodehelper_exec_work()
186 * land has been frozen during a system-wide hibernation or suspend operation).
336 * call_usermodehelper_setup - prepare to call a usermode helper
342 * @cleanup: a cleanup function
345 * Returns either %NULL on allocation failure, or a subprocess_info
350 * exec. A non-zero return code causes the process to error out, exit,
355 * Function must be runnable in either a process context or the
388 * call_usermodehelper_exec - start a usermode application
395 * Runs a user-space application. The application is started
396 * asynchronously if wait is not set, and runs as a child of system workqueues.
402 * into a successful no-op.
428 * Set the completion pointer only if there is a waiter. in call_usermodehelper_exec()
462 * call_usermodehelper() - prepare and start a usermode application
502 * userspace if this is a read. in proc_cap_handler()