Lines Matching refs:perm
1037 u16 perm; in tomoyo_domain_quota_is_ok() local
1043 perm = container_of(ptr, struct tomoyo_path_acl, head) in tomoyo_domain_quota_is_ok()
1044 ->perm; in tomoyo_domain_quota_is_ok()
1047 perm = container_of(ptr, struct tomoyo_path2_acl, head) in tomoyo_domain_quota_is_ok()
1048 ->perm; in tomoyo_domain_quota_is_ok()
1051 perm = container_of(ptr, struct tomoyo_path_number_acl, in tomoyo_domain_quota_is_ok()
1052 head)->perm; in tomoyo_domain_quota_is_ok()
1055 perm = container_of(ptr, struct tomoyo_mkdev_acl, in tomoyo_domain_quota_is_ok()
1056 head)->perm; in tomoyo_domain_quota_is_ok()
1059 perm = container_of(ptr, struct tomoyo_inet_acl, in tomoyo_domain_quota_is_ok()
1060 head)->perm; in tomoyo_domain_quota_is_ok()
1063 perm = container_of(ptr, struct tomoyo_unix_acl, in tomoyo_domain_quota_is_ok()
1064 head)->perm; in tomoyo_domain_quota_is_ok()
1067 perm = 0; in tomoyo_domain_quota_is_ok()
1070 perm = 1; in tomoyo_domain_quota_is_ok()
1073 if (perm & (1 << i)) in tomoyo_domain_quota_is_ok()