Home
last modified time | relevance | path

Searched refs:tomoyo_same_acl_head (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dfile.c568 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()
Dmount.c245 return tomoyo_same_acl_head(&p1->head, &p2->head) && in tomoyo_same_mount_acl()
Dcommon.h984 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *p1, in tomoyo_same_acl_head() function