Lines Matching refs:new
71 struct cred *new; in call_usermodehelper_exec_async() local
85 new = prepare_kernel_cred(current); in call_usermodehelper_exec_async()
86 if (!new) in call_usermodehelper_exec_async()
90 new->cap_bset = cap_intersect(usermodehelper_bset, new->cap_bset); in call_usermodehelper_exec_async()
91 new->cap_inheritable = cap_intersect(usermodehelper_inheritable, in call_usermodehelper_exec_async()
92 new->cap_inheritable); in call_usermodehelper_exec_async()
96 retval = sub_info->init(sub_info, new); in call_usermodehelper_exec_async()
98 abort_creds(new); in call_usermodehelper_exec_async()
103 commit_creds(new); in call_usermodehelper_exec_async()
381 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup() argument
409 int (*init)(struct subprocess_info *info, struct cred *new), in call_usermodehelper_setup_file() argument
435 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new) in umh_pipe_setup() argument