Lines Matching defs:path2
185 [tomoyo_pp2mac[r->param.path2.operation]],
186 r->param.path2.filename1->name,
187 r->param.path2.filename2->name);
306 return (acl->perm & (1 << r->param.path2.operation)) &&
307 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1)
308 && tomoyo_compare_name_union(r->param.path2.filename2,
904 * @path2: Pointer to "struct path".
909 const struct path *path2)
917 .path2 = { .mnt = path2->mnt, .dentry = path2->dentry }
928 !tomoyo_get_realpath(&buf2, path2))
943 r.param.path2.operation = operation;
944 r.param.path2.filename1 = &buf1;
945 r.param.path2.filename2 = &buf2;