Searched refs:tomoyo_compare_name_union (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/security/tomoyo/ |
D | mount.c | 69 tomoyo_compare_name_union(r->param.mount.type, &acl->fs_type) && in tomoyo_check_mount_acl() 70 tomoyo_compare_name_union(r->param.mount.dir, &acl->dir_name) && in tomoyo_check_mount_acl() 72 tomoyo_compare_name_union(r->param.mount.dev, &acl->dev_name)); in tomoyo_check_mount_acl()
|
D | file.c | 99 tomoyo_compare_name_union(const struct tomoyo_path_info *name, in tomoyo_compare_name_union() function 517 tomoyo_compare_name_union(r->param.path.filename, in tomoyo_check_path_acl() 532 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl() 542 tomoyo_compare_name_union(r->param.path2.filename1, &acl->name1) in tomoyo_check_path2_acl() 543 && tomoyo_compare_name_union(r->param.path2.filename2, in tomoyo_check_path2_acl() 559 tomoyo_compare_name_union(r->param.mkdev.filename, in tomoyo_check_mkdev_acl()
|
D | common.h | 721 tomoyo_compare_name_union(const struct tomoyo_path_info *name,
|