Lines Matching refs:tomoyo_acl_info
251 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
273 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
293 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
312 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
335 static bool tomoyo_same_path_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_acl()
336 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl()
352 static bool tomoyo_merge_path_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_acl()
353 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl()
404 static bool tomoyo_same_mkdev_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mkdev_acl()
405 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl()
424 static bool tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, in tomoyo_merge_mkdev_acl()
425 struct tomoyo_acl_info *b, in tomoyo_merge_mkdev_acl()
483 static bool tomoyo_same_path2_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path2_acl()
484 const struct tomoyo_acl_info *b) in tomoyo_same_path2_acl()
501 static bool tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path2_acl()
502 struct tomoyo_acl_info *b, in tomoyo_merge_path2_acl()
616 static bool tomoyo_same_path_number_acl(const struct tomoyo_acl_info *a, in tomoyo_same_path_number_acl()
617 const struct tomoyo_acl_info *b) in tomoyo_same_path_number_acl()
636 static bool tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, in tomoyo_merge_path_number_acl()
637 struct tomoyo_acl_info *b, in tomoyo_merge_path_number_acl()
944 static bool tomoyo_same_mount_acl(const struct tomoyo_acl_info *a, in tomoyo_same_mount_acl()
945 const struct tomoyo_acl_info *b) in tomoyo_same_mount_acl()