Lines Matching refs:perm
1051 u16 perm; in tomoyo_domain_quota_is_ok() local
1058 perm = container_of(ptr, struct tomoyo_path_acl, head) in tomoyo_domain_quota_is_ok()
1059 ->perm; in tomoyo_domain_quota_is_ok()
1062 perm = container_of(ptr, struct tomoyo_path2_acl, head) in tomoyo_domain_quota_is_ok()
1063 ->perm; in tomoyo_domain_quota_is_ok()
1066 perm = container_of(ptr, struct tomoyo_path_number_acl, in tomoyo_domain_quota_is_ok()
1067 head)->perm; in tomoyo_domain_quota_is_ok()
1070 perm = container_of(ptr, struct tomoyo_mkdev_acl, in tomoyo_domain_quota_is_ok()
1071 head)->perm; in tomoyo_domain_quota_is_ok()
1074 perm = container_of(ptr, struct tomoyo_inet_acl, in tomoyo_domain_quota_is_ok()
1075 head)->perm; in tomoyo_domain_quota_is_ok()
1078 perm = container_of(ptr, struct tomoyo_unix_acl, in tomoyo_domain_quota_is_ok()
1079 head)->perm; in tomoyo_domain_quota_is_ok()
1082 perm = 0; in tomoyo_domain_quota_is_ok()
1085 perm = 1; in tomoyo_domain_quota_is_ok()
1088 if (perm & (1 << i)) in tomoyo_domain_quota_is_ok()