Home
last modified time | relevance | path

Searched refs:path1 (Results 1 – 6 of 6) sorted by relevance

/security/tomoyo/
Dtomoyo.c278 struct path path1 = { new_dir->mnt, old_dentry }; in tomoyo_path_link() local
280 return tomoyo_path2_perm(TOMOYO_TYPE_LINK, &path1, &path2); in tomoyo_path_link()
298 struct path path1 = { old_parent->mnt, old_dentry }; in tomoyo_path_rename() local
300 return tomoyo_path2_perm(TOMOYO_TYPE_RENAME, &path1, &path2); in tomoyo_path_rename()
Dmount.c136 obj.path1 = path; in tomoyo_mount_acl()
171 if (obj.path1.dentry) in tomoyo_mount_acl()
172 path_put(&obj.path1); in tomoyo_mount_acl()
Dfile.c695 .path1 = *path, in tomoyo_path_number_perm()
743 .path1 = *path, in tomoyo_check_open_permission()
789 .path1 = *path, in tomoyo_path_perm()
846 .path1 = *path, in tomoyo_mkdev_perm()
885 int tomoyo_path2_perm(const u8 operation, struct path *path1, in tomoyo_path2_perm() argument
893 .path1 = *path1, in tomoyo_path2_perm()
904 if (!tomoyo_get_realpath(&buf1, path1) || in tomoyo_path2_perm()
911 dentry = path1->dentry; in tomoyo_path2_perm()
Dcommon.h587 struct path path1; member
977 int tomoyo_path2_perm(const u8 operation, struct path *path1,
Ddomain.c699 ee->obj.path1 = bprm->file->f_path; in tomoyo_find_next_domain()
Dcondition.c702 dentry = obj->path1.dentry; in tomoyo_get_attributes()