Searched refs:cr2 (Results 1 – 3 of 3) sorted by relevance
2270 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() argument2272 if ((is_gss_cred(cr1) != is_gss_cred(cr2)) in same_creds()2273 || (!uid_eq(cr1->cr_uid, cr2->cr_uid)) in same_creds()2274 || (!gid_eq(cr1->cr_gid, cr2->cr_gid)) in same_creds()2275 || !groups_equal(cr1->cr_group_info, cr2->cr_group_info)) in same_creds()2278 if (cr1->cr_principal == cr2->cr_principal) in same_creds()2280 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()2282 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()
2719 char cr2; /* \n */ member
1223 const struct clone_root *cr2 = e2; in __clone_root_cmp_sort() local1225 if (cr1->root->root_key.objectid < cr2->root->root_key.objectid) in __clone_root_cmp_sort()1227 if (cr1->root->root_key.objectid > cr2->root->root_key.objectid) in __clone_root_cmp_sort()