Lines Matching refs:path2
183 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log()
184 r->param.path2.filename1->name, in tomoyo_audit_path2_log()
185 r->param.path2.filename2->name); in tomoyo_audit_path2_log()
298 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl()
299 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl()
300 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl()
887 const struct path *path2) in tomoyo_path2_perm() argument
895 .path2 = { .mnt = path2->mnt, .dentry = path2->dentry } in tomoyo_path2_perm()
906 !tomoyo_get_realpath(&buf2, path2)) in tomoyo_path2_perm()
921 r.param.path2.operation = operation; in tomoyo_path2_perm()
922 r.param.path2.filename1 = &buf1; in tomoyo_path2_perm()
923 r.param.path2.filename2 = &buf2; in tomoyo_path2_perm()