Lines Matching refs:bprm
618 struct linux_binprm *bprm = ee->bprm;
623 unsigned long pos = bprm->p;
625 int argv_count = bprm->argc;
626 int envp_count = bprm->envc;
639 if (!tomoyo_dump_page(bprm, pos, &env_page))
697 * @bprm: Pointer to "struct linux_binprm".
703 int tomoyo_find_next_domain(struct linux_binprm *bprm)
707 const char *original_name = bprm->filename;
724 ee->bprm = bprm;
726 ee->obj.path1 = bprm->file->f_path;
892 * @bprm: Pointer to "struct linux_binprm".
898 bool tomoyo_dump_page(struct linux_binprm *bprm, unsigned long pos,
909 /* Same with get_arg_page(bprm, pos, 0) in fs/exec.c */
914 * (represented by bprm). 'current' is the process doing
917 if (get_user_pages_remote(bprm->mm, pos, 1,
921 page = bprm->page[pos / PAGE_SIZE];