Lines Matching refs:filename
69 tomoyo_put_name(ptr->filename); in tomoyo_put_name_union()
86 if (tomoyo_path_matches_pattern(name, ptr->filename)) in tomoyo_compare_name_union()
87 return ptr->filename; in tomoyo_compare_name_union()
169 r->param.path.filename->name); in tomoyo_audit_path_log()
199 r->param.mkdev.filename->name, in tomoyo_audit_mkdev_log()
235 r->param.path_number.filename->name, buffer); in tomoyo_audit_path_number_log()
257 tomoyo_compare_name_union(r->param.path.filename, in tomoyo_check_path_acl()
280 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl()
323 tomoyo_compare_name_union(r->param.mkdev.filename, in tomoyo_check_mkdev_acl()
559 const struct tomoyo_path_info *filename) in tomoyo_path_permission() argument
568 r->param.path.filename = filename; in tomoyo_path_permission()
588 const struct tomoyo_path_info *filename) in tomoyo_execute_permission() argument
598 r->param.path.filename = filename; in tomoyo_execute_permission()
712 r.param.path_number.filename = &buf; in tomoyo_path_number_perm()
861 r.param.mkdev.filename = &buf; in tomoyo_mkdev_perm()