Lines Matching refs:path2
182 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log()
183 r->param.path2.filename1->name, in tomoyo_audit_path2_log()
184 r->param.path2.filename2->name); in tomoyo_audit_path2_log()
297 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl()
298 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl()
299 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl()
886 struct path *path2) in tomoyo_path2_perm() argument
894 .path2 = *path2, in tomoyo_path2_perm()
905 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()
920 r.param.path2.operation = operation; in tomoyo_path2_perm()
921 r.param.path2.filename1 = &buf1; in tomoyo_path2_perm()
922 r.param.path2.filename2 = &buf2; in tomoyo_path2_perm()