Searched refs:tomoyo_same_acl_head (Results 1 – 3 of 3) sorted by relevance
568 return tomoyo_same_acl_head(&p1->head, &p2->head) && in tomoyo_same_path_acl()636 return tomoyo_same_acl_head(&p1->head, &p2->head) in tomoyo_same_mkdev_acl()706 return tomoyo_same_acl_head(&p1->head, &p2->head) in tomoyo_same_path2_acl()819 return tomoyo_same_acl_head(&p1->head, &p2->head) in tomoyo_same_path_number_acl()
245 return tomoyo_same_acl_head(&p1->head, &p2->head) && in tomoyo_same_mount_acl()
984 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *p1, in tomoyo_same_acl_head() function